Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
Pxlet Bookmarklet là gì?
Pxlet Bookmarklet là một tiện ích mở rộng Chrome được phát triển bởi Pxlet, và tính năng chính của nó là "This is an extension to help you bookmark any link into Pxlet.com".
Ả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 Pxlet Bookmarklet
Tải xuống các tệp mở rộng Pxlet Bookmarklet 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
This is an extension for you to bookmark any link online and stored in Pxlet.com so that you can read it later anywhere anytime
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
URL Chính Thức | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
Mô tả | This is an extension to help you bookmark any link into Pxlet.com |
Kích Thước Tệp | 8.63 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-09-24 |
Ngày Phát Hành | 2018-11-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Pxlet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pxlet.com |
URL Trang Chính Sách Bảo Mật | https://www.pxlet.com/doc/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pxlet Bookmarklet", "version": "1.2.0", "description": "This is an extension to help you bookmark any link into Pxlet.com", "manifest_version": 3, "icons": { "16": "image\/logo.png", "32": "image\/logo.png", "64": "image\/logo.png", "128": "image\/logo.png" }, "permissions": [ "contextMenus", "declarativeContent", "notifications", "tabs" ], "host_permissions": [ "*:\/\/www.pxlet.com\/*", "*:\/\/pxlet.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "image\/logo.png", "32": "image\/logo.png", "64": "image\/logo.png", "128": "image\/logo.png" } } } |