Pxlet Bookmarklet

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

Apa itu Pxlet Bookmarklet?

Pxlet Bookmarklet adalah ekstensi Chrome yang dikembangkan oleh Pxlet, dan fitur utamanya adalah "This is an extension to help you bookmark any link into Pxlet.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pxlet Bookmarklet

Unduh file ekstensi Pxlet Bookmarklet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Pxlet Bookmarklet Pxlet Bookmarklet
ID mmdbgolkgbmofebhdcmjdcgonakfeeno
URL Resmi https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno
Deskripsi This is an extension to help you bookmark any link into Pxlet.com
Ukuran File 8.63 KB
Jumlah Instalasi 35
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-09-24
Tanggal Publikasi 2018-11-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Pxlet
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pxlet.com
URL Halaman Kebijakan Privasi https://www.pxlet.com/doc/privacy.php
Bahasa yang Didukung 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"
        }
    }
}