Pxlet Bookmarklet
This is an extension to help you bookmark any link into Pxlet.com
Was ist Pxlet Bookmarklet?
Pxlet Bookmarklet ist eine Chrome-Erweiterung, die von Pxlet entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension to help you bookmark any link into Pxlet.com".
Erweiterungsscreenshots
Pxlet Bookmarklet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pxlet Bookmarklet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Pxlet Bookmarklet |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
Offizielle URL | https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno |
Beschreibung | This is an extension to help you bookmark any link into Pxlet.com |
Dateigröße | 8.63 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-09-24 |
Veröffentlichungsdatum | 2018-11-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Pxlet |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pxlet.com |
URL der Datenschutzrichtlinien-Seite | https://www.pxlet.com/doc/privacy.php |
Unterstützte Sprachen | 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" } } } |