Password Reminder
Quickly connect to your favorite services
什么是Password Reminder?
Password Reminder是由Jonathan Tribouharet开发的Chrome扩展程序,该扩展的主要功能是“Quickly connect to your favorite services”。
扩展截图
下载Password Reminder扩展crx文件
下载Password Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can quickly connect to your services (Facebook, Google, Twitter...) without have to enter you login and password again and again. Your login and password are store on your local computer, no one can access to it except you. This is an open source project, the source are available here: https://github.com/jonathantribouharet/chrome-password-reminder
扩展基本信息
名称 | Password Reminder |
ID | bpijhpalanelljfkblogadbfloocgice |
官方URL | https://chromewebstore.google.com/detail/password-reminder/bpijhpalanelljfkblogadbfloocgice |
简介 | Quickly connect to your favorite services |
文件大小 | 1.21 MB |
安装次数 | 276 |
当前版本 | 1.3.2 |
更新时间 | 2015-04-14 |
上架时间 | 2015-04-14 |
评分 | 4.00/5 共4次评分 |
开发者 | Jonathan Tribouharet |
付费类型 | free |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Reminder", "description": "Quickly connect to your favorite services", "version": "1.3.2", "homepage_url": "https:\/\/github.com\/jonathantribouharet\/chrome-password-reminder", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "webNavigation", "storage", " |