notion-icon-copy
copies to clipboard page icon url in Notion.
Qu'est-ce que notion-icon-copy ?
notion-icon-copy est une extension Chrome développée par aboy, et sa fonction principale est "copies to clipboard page icon url in Notion.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension notion-icon-copy
Téléchargez les fichiers d'extension notion-icon-copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
notion-icon-copy copies to clipboard uploaded icon url in Notion. In Notion, to use an uploaded icon for an icon on another page, the page itself must be duplicated. This extension allows you to copy the URL of an uploaded icon to the clipboard and use it for an icon on another page.
Informations de Base sur l'Extension
Nom | notion-icon-copy |
ID | gjbkcdmijbmknillkhndcgciaockijof |
URL Officiel | https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof |
Description | copies to clipboard page icon url in Notion. |
Taille du Fichier | 34.25 KB |
Nombre d'Installations | 57 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-11-27 |
Date de Publication | 2022-06-11 |
Développeur | aboy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/YuyaAbo/notion-icon-copy |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "notion-icon-copy", "description": "__MSG_Description__", "version": "1.5", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "dist\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "dist\/content_script.js" ] } ], "permissions": [ "contextMenus" ] } |