paGen
Password Generator. Easy. Simple.
什麼是paGen?
paGen是由http://emotionloop.com開發的Chrome擴展程式,該擴展的主要功能是“Password Generator. Easy. Simple.”。
擴展截圖
下載paGen擴展crx文件
下載paGen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
paGen is a Google Chrome extension, that will help you by generating random passwords. We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one. It has a simple and easy to use interface. You can get its source at https://github.com/emotionLoop/paGen
擴展基本資訊
名稱 | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
官方網址 | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
簡介 | Password Generator. Easy. Simple. |
檔案大小 | 25.17 KB |
安裝次數 | 53 |
目前版本 | 1.1.0 |
更新時間 | 2013-01-14 |
上架時間 | 2013-01-14 |
開發者 | http://emotionloop.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://emotionloop.com |
說明頁面URL | http://support.emotionloop.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_description__", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "icon.png" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "default_locale": "en", "incognito": "split" } |