notion-icon-copy

copies to clipboard page icon url in Notion.

notion-icon-copy क्या है?

notion-icon-copy aboy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "copies to clipboard page icon url in Notion."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में notion-icon-copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}