chrome-extension-icons
Chrome拡張機能アイコンを生成
Chrome拡張機能には、正しいサイズの複数のPNGアイコンとmanifestエントリが必要です。このスキルはIconifyを検索し、SVGアセットを変換して、必要なアイコンパスでmanifest.jsonを更新します。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "chrome-extension-icons" from https://skillstore.io/skills/boulea7-chrome-extension-icons.md and its manifest at https://skillstore.io/api/skills/boulea7-chrome-extension-icons/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「chrome-extension-icons」を使用しています。 自分の拡張機能用にカレンダーアイコンを生成してください。
期待される結果:
- 一致するIconifyのカレンダーアイコンとプレビューリンクを見つけました。
- icon16.png、icon32.png、icon48.png、icon128.pngを生成しました。
- 新しいアイコンパスでmanifest.jsonを更新しました。
「chrome-extension-icons」を使用しています。 logo.svgを拡張機能アイコンに変換してください。
期待される結果:
- ローカルのSVGファイルを読み込みました。
- 4つのChrome拡張機能用PNGサイズを作成しました。
- manifestのアイコン設定を更新しました。
「chrome-extension-icons」を使用しています。 Project A、Project B、Project C用のアイコンを作成してください。
期待される結果:
- すべてのプロジェクト用の一括設定を作成しました。
- 各プロジェクトフォルダ用のアイコンを生成しました。
- 各manifest更新の成功または失敗を報告しました。
セキュリティ監査
安全Most static findings are false positives caused by Markdown examples and JavaScript template literals. Confirmed risks are expected outbound Iconify network access, user-path filesystem writes for icon generation and manifest updates, and one sudo package installation instruction in troubleshooting documentation.
機能レビュー項目 (10)
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
リスク要因
🌐 ネットワークアクセス (21)
📁 ファイルシステムへのアクセス (45)
⚡ スクリプトを含む (1)
⚙️ 外部コマンド (50)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/boulea7-chrome-extension-icons/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/boulea7-chrome-extension-icons?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/boulea7-chrome-extension-icons?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/boulea7-chrome-extension-icons/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/boulea7-chrome-extension-icons.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
Boulea7. (2026). chrome-extension-icons security audit report (audit version 11) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/boulea7-chrome-extension-icons/audits/11BibTeX形式の引用
@techreport{boulea7-boulea7-chrome-extension-icons-2026,
author = {Boulea7},
title = {chrome-extension-icons security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/boulea7-chrome-extension-icons/audits/11},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "chrome-extension-icons security audit report (audit version 11)"
version: "1.0.0"
type: report
authors:
- name: "Boulea7"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/boulea7-chrome-extension-icons/audits/11"
identifiers:
- type: other
value: "skillstore:boulea7-chrome-extension-icons:audit:11"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 高作成できるもの
新しい拡張機能用のアイコンを作成する
必要なすべてのPNGアイコンサイズを生成し、新規または既存のmanifest.jsonファイルに追加します。
ブランドロゴを変換する
ローカルのSVGロゴを、透明なPNG出力のChrome拡張機能アイコンアセットに変換します。
複数のプロジェクトアイコンを更新する
一括設定を使用して、複数の拡張機能プロジェクト用アイコンセットを1回の実行で生成します。
これらのプロンプトを試す
Chrome拡張機能用のカレンダーアイコンを生成し、manifest.jsonを更新してください。
homeアイコンを探して#2563ebにし、./iconsに保存してmanifestを更新してください。
./logo.svgをChrome拡張機能のアイコンサイズに変換し、./manifest.jsonに組み込んでください。
一括設定を使って3つの拡張機能フォルダ用のアイコンを作成し、成功したプロジェクトを要約してください。
ベストプラクティス
- ファイルを生成する前に、選択したIconifyアイコンをプレビューします。
- ファイルを書き込む前に、出力パスとmanifestパスを確認します。
- 置き換える前に、元のSVGまたはアイコンファイルをソース管理に保持します。
回避
- 明示的な承認なしに、権限が必要な依存関係インストールコマンドを実行しないでください。
- 既存のアイコンファイルを確認せずに、共有ディレクトリへ生成しないでください。
- 複雑な複数色のSVGファイルがきれいに再配色されると想定しないでください。
よくある質問
このスキルにはインターネットアクセスが必要ですか?
どのアイコンサイズを作成しますか?
manifest.jsonを自動的に更新できますか?
自分のSVGファイルを使用できますか?
アイコンの色を変更できますか?
実行前に何を確認すべきですか?
開発者情報
作成者
Boulea7ライセンス
MIT
作者バージョン
v1.0.0
Skillstore リビジョン
r1
参照
3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88
メンテナンスの新しさ
2026/7/24
利用状況
8 ダウンロード · 200 閲覧
ファイル構成