notion-icon-copy

copies to clipboard page icon url in Notion.

什麼是notion-icon-copy?

notion-icon-copy是由aboy開發的Chrome擴展程式,該擴展的主要功能是“copies to clipboard page icon url in Notion.”。

擴展截圖

screenshot

下載notion-icon-copy擴展crx文件

下載notion-icon-copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 notion-icon-copy notion-icon-copy
ID gjbkcdmijbmknillkhndcgciaockijof
官方網址 https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof
簡介 copies to clipboard page icon url in Notion.
檔案大小 34.25 KB
安裝次數 57
目前版本 1.5
更新時間 2023-11-27
上架時間 2022-06-11
開發者 aboy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/YuyaAbo/notion-icon-copy
支援的語言 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"
    ]
}