Duplicate bookmarks remover
Removes duplicate bookmarks. Minimum permissions!
Duplicate bookmarks remover là gì?
Duplicate bookmarks remover là một tiện ích mở rộng Chrome được phát triển bởi unigresspro, và tính năng chính của nó là "Removes duplicate bookmarks. Minimum permissions!".
Ả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 Duplicate bookmarks remover
Tải xuống các tệp mở rộng Duplicate bookmarks remover 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
Bypasses all browser bookmarks, including mobile ones, and deletes with the same url.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Duplicate bookmarks remover |
ID | cgcojlemehdnomhjpjagopenjklgjagp |
URL Chính Thức | https://chromewebstore.google.com/detail/duplicate-bookmarks-remov/cgcojlemehdnomhjpjagopenjklgjagp |
Mô tả | Removes duplicate bookmarks. Minimum permissions! |
Kích Thước Tệp | 453 KB |
Số Lần Cài Đặt | 1,611 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-17 |
Ngày Phát Hành | 2020-11-16 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | unigresspro |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0", "permissions": [ "bookmarks" ], "icons": { "16": "images\/icon\/delete_16.png", "32": "images\/icon\/delete_32.png", "48": "images\/icon\/delete_64.png", "128": "images\/icon\/delete_128.png" }, "default_locale": "en", "browser_action": { "default_title": "Removes duplicate bookmarks", "default_popup": "popup.html", "default_icon": "images\/icon\/delete_32.png" }, "manifest_version": 2, "commands": [] } |