notion-icon-copy

copies to clipboard page icon url in Notion.

notion-icon-copy là gì?

notion-icon-copy là một tiện ích mở rộng Chrome được phát triển bởi aboy, và tính năng chính của nó là "copies to clipboard page icon url in Notion.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng notion-icon-copy

Tải xuống các tệp mở rộng notion-icon-copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên notion-icon-copy notion-icon-copy
ID gjbkcdmijbmknillkhndcgciaockijof
URL Chính Thức https://chromewebstore.google.com/detail/notion-icon-copy/gjbkcdmijbmknillkhndcgciaockijof
Mô tả copies to clipboard page icon url in Notion.
Kích Thước Tệp 34.25 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-11-27
Ngày Phát Hành 2022-06-11
Nhà Phát Triển aboy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/YuyaAbo/notion-icon-copy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}