notion plus icon
It is convenient to use icons in notion。
notion plus iconとは何ですか?
notion plus iconはyesifan66によって開発されたChromeの拡張機能で、その主な機能は「It is convenient to use icons in notion。」です。
拡張機能のスクリーンショット
notion plus icon拡張機能のCRXファイルをダウンロード
notion plus icon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is convenient to use icons in notion。 - Caching links and upload icons.
拡張機能の基本情報
名前 | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
公式URL | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
説明 | It is convenient to use icons in notion。 |
ファイルサイズ | 175 KB |
インストール数 | 179 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-06-18 |
公開日 | 2021-06-18 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | yesifan66 |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/Yesifan/notion-plus-icon |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "notion plus icon", "manifest_version": 3, "version": "1.0.1", "description": "It is convenient to use icons in notion\u3002", "icons": { "48": "[email protected]", "128": "[email protected]" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/www.notion.so\/*" ], "web_accessible_resources": [ { "resources": [ "[email protected]", "[email protected]" ], "matches": [ "https:\/\/www.notion.so\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "48": "[email protected]", "128": "[email protected]" }, "default_popup": "popup.html" } } |