Locker Extension

Add current URL to Locker.

Cos'è Locker Extension?

Locker Extension è un'estensione di Chrome sviluppata da http://getlocker.herokuapp.com, e la sua funzione principale è "Add current URL to Locker.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Locker Extension

Scarica i file di estensione Locker Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Locker Extension Locker Extension
ID echcameeafciikhiedhllacbfkoialdp
URL Ufficiale https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp
Descrizione Add current URL to Locker.
Dimensione del File 11.7 KB
Conteggio Installazioni 123
Versione Corrente 0.3
Ultimo Aggiornamento 2015-12-15
Data di Pubblicazione 2015-12-15
Sviluppatore http://getlocker.herokuapp.com
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}