Pxlet Bookmarklet

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

Pxlet Bookmarklet क्या है?

Pxlet Bookmarklet Pxlet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension to help you bookmark any link into Pxlet.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pxlet Bookmarklet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Pxlet Bookmarklet Pxlet Bookmarklet
ID mmdbgolkgbmofebhdcmjdcgonakfeeno
आधिकारिक URL https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno
विवरण This is an extension to help you bookmark any link into Pxlet.com
फ़ाइल का आकार 8.63 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-09-24
प्रकाशन तिथि 2018-11-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Pxlet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pxlet.com
गोपनीयता नीति पृष्ठ URL https://www.pxlet.com/doc/privacy.php
समर्थित भाषाएँ 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"
        }
    }
}