notion-icon-copy

copies to clipboard page icon url in Notion.

Hvad er notion-icon-copy?

notion-icon-copy er en Chrome-udvidelse udviklet af aboy, og dens hovedfunktion er "copies to clipboard page icon url in Notion.".

Udvidelsesskærmbilleder

screenshot

Download notion-icon-copy-udvidelses-CRX-fil

Download notion-icon-copy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn notion-icon-copy notion-icon-copy
ID gjbkcdmijbmknillkhndcgciaockijof
Officiel URL https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof
Beskrivelse copies to clipboard page icon url in Notion.
Filstørrelse 34.25 KB
Antal Installationer 57
Nuværende Version 1.5
Senest Opdateret 2023-11-27
Udgivelsesdato 2022-06-11
Udvikler aboy
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/YuyaAbo/notion-icon-copy
Understøttede Sprog 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"
    ]
}