notion-icon-copy

copies to clipboard page icon url in Notion.

Was ist notion-icon-copy?

notion-icon-copy ist eine Chrome-Erweiterung, die von aboy entwickelt wurde, und ihr Hauptmerkmal ist "copies to clipboard page icon url in Notion.".

Erweiterungsscreenshots

screenshot

notion-icon-copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie notion-icon-copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name notion-icon-copy notion-icon-copy
ID gjbkcdmijbmknillkhndcgciaockijof
Offizielle URL https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof
Beschreibung copies to clipboard page icon url in Notion.
Dateigröße 34.25 KB
Installationsanzahl 57
Aktuelle Version 1.5
Letztes Update 2023-11-27
Veröffentlichungsdatum 2022-06-11
Entwickler aboy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/YuyaAbo/notion-icon-copy
Unterstützte Sprachen 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"
    ]
}