Pxlet Bookmarklet

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

Co to jest Pxlet Bookmarklet?

Pxlet Bookmarklet to rozszerzenie Chrome opracowane przez Pxlet, a jego główną funkcją jest „This is an extension to help you bookmark any link into Pxlet.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pxlet Bookmarklet

Pobierz pliki rozszerzeń Pxlet Bookmarklet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pxlet Bookmarklet Pxlet Bookmarklet
ID mmdbgolkgbmofebhdcmjdcgonakfeeno
Oficjalny URL https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno
Opis This is an extension to help you bookmark any link into Pxlet.com
Rozmiar pliku 8.63 KB
Liczba instalacji 35
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-09-24
Data Publikacji 2018-11-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Pxlet
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pxlet.com
Adres URL Strony Polityki Prywatności https://www.pxlet.com/doc/privacy.php
Obsługiwane Języki 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"
        }
    }
}