notion-icon-copy
copies to clipboard page icon url in Notion.
Apa itu notion-icon-copy?
notion-icon-copy adalah ekstensi Chrome yang dikembangkan oleh aboy, dan fitur utamanya adalah "copies to clipboard page icon url in Notion.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi notion-icon-copy
Unduh file ekstensi notion-icon-copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | notion-icon-copy |
ID | gjbkcdmijbmknillkhndcgciaockijof |
URL Resmi | https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof |
Deskripsi | copies to clipboard page icon url in Notion. |
Ukuran File | 34.25 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2023-11-27 |
Tanggal Publikasi | 2022-06-11 |
Pengembang | aboy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/YuyaAbo/notion-icon-copy |
Bahasa yang Didukung | 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" ] } |