Locker Extension
Add current URL to Locker.
Qu'est-ce que Locker Extension ?
Locker Extension est une extension Chrome développée par http://getlocker.herokuapp.com, et sa fonction principale est "Add current URL to Locker.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Locker Extension
Téléchargez les fichiers d'extension Locker Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | echcameeafciikhiedhllacbfkoialdp |
URL Officiel | https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp |
Description | Add current URL to Locker. |
Taille du Fichier | 11.7 KB |
Nombre d'Installations | 123 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2015-12-15 |
Date de Publication | 2015-12-15 |
Développeur | http://getlocker.herokuapp.com |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |