Web Clipper

Save your favorite parts of the internet using this handy web clipper!

Web Clipper क्या है?

Web Clipper Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your favorite parts of the internet using this handy web clipper!"।

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

screenshot
screenshot

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

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

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

                        -No need to sign up
-Data stored locally on your machine
-Save, star, and delete items on your saved list
-Type in and enter your own items to your saved list

You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.                    

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

नाम Web Clipper Web Clipper
ID pnkophekijnfmnoenbakmfjjhfjfncfn
आधिकारिक URL https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn
विवरण Save your favorite parts of the internet using this handy web clipper!
फ़ाइल का आकार 451 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2019-12-18
प्रकाशन तिथि 2019-12-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Clipper",
    "description": "Save your favorite parts of the internet using this handy web clipper!",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}