Locker Extension
Add current URL to Locker.
什么是Locker Extension?
Locker Extension是由http://getlocker.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“Add current URL to Locker.”。
扩展截图
下载Locker Extension扩展crx文件
下载Locker Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | echcameeafciikhiedhllacbfkoialdp |
官方URL | https://chrome.google.com/webstore/detail/locker-extension/echcameeafciikhiedhllacbfkoialdp |
简介 | Add current URL to Locker. |
文件大小 | 11.7 KB |
安装次数 | 123 |
当前版本 | 0.3 |
更新时间 | 2015-12-15 |
上架时间 | 2015-12-15 |
开发者 | http://getlocker.herokuapp.com |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } |