notion-icon-copy

copies to clipboard page icon url in Notion.

Wat is notion-icon-copy?

notion-icon-copy is een Chrome-extensie ontwikkeld door aboy, en de belangrijkste functie is "copies to clipboard page icon url in Notion.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie notion-icon-copy

Download notion-icon-copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam notion-icon-copy notion-icon-copy
ID gjbkcdmijbmknillkhndcgciaockijof
Officiële URL https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof
Beschrijving copies to clipboard page icon url in Notion.
Bestandsgrootte 34.25 KB
Aantal Installaties 57
Huidige Versie 1.5
Laatst Bijgewerkt 2023-11-27
Publicatiedatum 2022-06-11
Ontwikkelaar aboy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/YuyaAbo/notion-icon-copy
Ondersteunde Talen 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"
    ]
}