Locker Extension

Add current URL to Locker.

Was ist Locker Extension?

Locker Extension ist eine Chrome-Erweiterung, die von http://getlocker.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Add current URL to Locker.".

Erweiterungsscreenshots

screenshot
screenshot

Locker Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Locker Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Locker Extension Locker Extension
ID echcameeafciikhiedhllacbfkoialdp
Offizielle URL https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp
Beschreibung Add current URL to Locker.
Dateigröße 11.7 KB
Installationsanzahl 123
Aktuelle Version 0.3
Letztes Update 2015-12-15
Veröffentlichungsdatum 2015-12-15
Entwickler http://getlocker.herokuapp.com
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}