notion-icon-copy

copies to clipboard page icon url in Notion.

ما هو notion-icon-copy؟

notion-icon-copy هو إضافة Chrome تم تطويرها بواسطة aboy، والميزة الرئيسية لها هي "copies to clipboard page icon url in Notion.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة notion-icon-copy

قم بتنزيل ملفات الامتداد notion-icon-copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}