Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
What is Pxlet Bookmarklet?
Pxlet Bookmarklet is a Chrome extension developed by Pxlet, and its main feature is "This is an extension to help you bookmark any link into Pxlet.com".
Extension Screenshots
Download Pxlet Bookmarklet Extension CRX File
Download Pxlet Bookmarklet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
Official URL | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
Description | This is an extension to help you bookmark any link into Pxlet.com |
File Size | 8.63 KB |
Installation Count | 35 |
Current Version | 1.2.0 |
Last Updated | 2023-09-24 |
Publish Date | 2018-11-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Pxlet |
[email protected] | |
Payment Type | free |
Extension Website | https://pxlet.com |
Privacy Policy Page URL | https://www.pxlet.com/doc/privacy.php |
Supported Languages | 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" } } } |