Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
Wat is Pxlet Bookmarklet?
Pxlet Bookmarklet is een Chrome-extensie ontwikkeld door Pxlet, en de belangrijkste functie is "This is an extension to help you bookmark any link into Pxlet.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Pxlet Bookmarklet
Download Pxlet Bookmarklet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
Officiële URL | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
Beschrijving | This is an extension to help you bookmark any link into Pxlet.com |
Bestandsgrootte | 8.63 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-09-24 |
Publicatiedatum | 2018-11-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Pxlet |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pxlet.com |
URL van de Privacybeleid Pagina | https://www.pxlet.com/doc/privacy.php |
Ondersteunde Talen | 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" } } } |