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
公式URL 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
Eメール [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"
    ]
}