notion-favicon-replacer
Replaces notion's dynamic favicons with their default favicon
notion-favicon-replacer là gì?
notion-favicon-replacer là một tiện ích mở rộng Chrome được phát triển bởi piyushgk1, và tính năng chính của nó là "Replaces notion's dynamic favicons with their default favicon".
Ả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-favicon-replacer
Tải xuống các tệp mở rộng notion-favicon-replacer 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 dynamically changes favicons based on the page's icon. This makes it frustrating to determine at a glance which tab is the notion tab. This extension resets favicons on all notion tabs to the default favicon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | notion-favicon-replacer |
ID | phpjnhdlhdmgebjijbbokdchfjnjenbg |
URL Chính Thức | https://chromewebstore.google.com/detail/notion-favicon-replacer/phpjnhdlhdmgebjijbbokdchfjnjenbg |
Mô tả | Replaces notion's dynamic favicons with their default favicon |
Kích Thước Tệp | 42.67 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2021-09-09 |
Ngày Phát Hành | 2021-09-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | piyushgk1 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/EpicPi/nation-favicon-replacer |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "notion-favicon-replacer", "description": "Replaces notion's dynamic favicons with their default favicon", "version": "1.5", "icons": { "16": "ext_16.png", "48": "ext_48.png", "128": "ext_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "jquery-3.6.0.min.js", "replace.js" ], "run_at": "document_end" } ] } |