notion plus icon
It is convenient to use icons in notion。
Vad är notion plus icon?
notion plus icon är en Chrome-tillägg utvecklad av yesifan66, och dess huvudfunktion är "It is convenient to use icons in notion。".
Tilläggsskärmbilder
Ladda ner notion plus icon-förlängningens CRX-fil
Ladda ner notion plus icon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It is convenient to use icons in notion。 - Caching links and upload icons.
Grundläggande Information om Tillägg
Namn | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
Officiell webbadress | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
Beskrivning | It is convenient to use icons in notion。 |
Filstorlek | 175 KB |
Antal Installationer | 179 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-06-18 |
Publiceringsdatum | 2021-06-18 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | yesifan66 |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/Yesifan/notion-plus-icon |
Stödda Språk | 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" } } |