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 |
公式URL | 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 |
Eメール | [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" } |