notion plus icon
It is convenient to use icons in notion。
notion plus icon là gì?
notion plus icon là một tiện ích mở rộng Chrome được phát triển bởi yesifan66, và tính năng chính của nó là "It is convenient to use icons in notion。".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng notion plus icon
Tải xuống các tệp mở rộng notion plus icon 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
It is convenient to use icons in notion。 - Caching links and upload icons.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
URL Chính Thức | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
Mô tả | It is convenient to use icons in notion。 |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-06-18 |
Ngày Phát Hành | 2021-06-18 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | yesifan66 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Yesifan/notion-plus-icon |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "notion plus icon", "manifest_version": 3, "version": "1.0.1", "description": "It is convenient to use icons in notion\u3002", "icons": { "48": "[email protected]", "128": "[email protected]" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/www.notion.so\/*" ], "web_accessible_resources": [ { "resources": [ "[email protected]", "[email protected]" ], "matches": [ "https:\/\/www.notion.so\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "48": "[email protected]", "128": "[email protected]" }, "default_popup": "popup.html" } } |