Locker Extension
Add current URL to Locker.
What is Locker Extension?
Locker Extension is a Chrome extension developed by http://getlocker.herokuapp.com, and its main feature is "Add current URL to Locker.".
Extension Screenshots
Download Locker Extension Extension CRX File
Download Locker Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | echcameeafciikhiedhllacbfkoialdp |
Official URL | https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp |
Description | Add current URL to Locker. |
File Size | 11.7 KB |
Installation Count | 123 |
Current Version | 0.3 |
Last Updated | 2015-12-15 |
Publish Date | 2015-12-15 |
Developer | http://getlocker.herokuapp.com |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |