Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
Qu'est-ce que Pxlet Bookmarklet ?
Pxlet Bookmarklet est une extension Chrome développée par Pxlet, et sa fonction principale est "This is an extension to help you bookmark any link into Pxlet.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pxlet Bookmarklet
Téléchargez les fichiers d'extension Pxlet Bookmarklet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
URL Officiel | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
Description | This is an extension to help you bookmark any link into Pxlet.com |
Taille du Fichier | 8.63 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-09-24 |
Date de Publication | 2018-11-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Pxlet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pxlet.com |
URL de la Page de Politique de Confidentialité | https://www.pxlet.com/doc/privacy.php |
Langues Prises en Charge | 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" } } } |