Locker Extension

Add current URL to Locker.

Locker Extension क्या है?

Locker Extension http://getlocker.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add current URL to Locker."।

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

screenshot
screenshot

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

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

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

                        Locker Extension is for users of the Locker web app. By adding this extension they can add a URL to their Locker from anywhere on the web just by clicking and verifying their email address. 

When returning to getlocker.herokuapp.com, users will see that all Items successfully added to Locker via the extension will be at the top of their list.                    

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

नाम Locker Extension Locker Extension
ID echcameeafciikhiedhllacbfkoialdp
आधिकारिक URL https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp
विवरण Add current URL to Locker.
फ़ाइल का आकार 11.7 KB
स्थापना संख्या 123
वर्तमान संस्करण 0.3
अंतिम अपडेट 2015-12-15
प्रकाशन तिथि 2015-12-15
डेवलपर http://getlocker.herokuapp.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locker Extension",
    "version": "0.3",
    "description": "Add current URL to Locker.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}