Pxlet Bookmarklet

This is an extension to help you bookmark any link into Pxlet.com

Cos'è Pxlet Bookmarklet?

Pxlet Bookmarklet è un'estensione di Chrome sviluppata da Pxlet, e la sua funzione principale è "This is an extension to help you bookmark any link into Pxlet.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pxlet Bookmarklet

Scarica i file di estensione Pxlet Bookmarklet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pxlet Bookmarklet Pxlet Bookmarklet
ID mmdbgolkgbmofebhdcmjdcgonakfeeno
URL Ufficiale https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno
Descrizione This is an extension to help you bookmark any link into Pxlet.com
Dimensione del File 8.63 KB
Conteggio Installazioni 35
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-09-24
Data di Pubblicazione 2018-11-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Pxlet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pxlet.com
URL della Pagina della Politica sulla Privacy https://www.pxlet.com/doc/privacy.php
Lingue Supportate 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"
        }
    }
}