Locker Extension
Add current URL to Locker.
Wat is Locker Extension?
Locker Extension is een Chrome-extensie ontwikkeld door http://getlocker.herokuapp.com, en de belangrijkste functie is "Add current URL to Locker.".
Extensie Screenshots
Download het CRX-bestand van de extensie Locker Extension
Download Locker Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | echcameeafciikhiedhllacbfkoialdp |
Officiële URL | https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp |
Beschrijving | Add current URL to Locker. |
Bestandsgrootte | 11.7 KB |
Aantal Installaties | 123 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2015-12-15 |
Publicatiedatum | 2015-12-15 |
Ontwikkelaar | http://getlocker.herokuapp.com |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |