Switcher for Lastpass
Quickly enable/disable the Lastpass Plugin.
Switcher for Lastpassとは何ですか?
Switcher for Lastpassはvdesmet93によって開発されたChromeの拡張機能で、その主な機能は「Quickly enable/disable the Lastpass Plugin.」です。
拡張機能のスクリーンショット
Switcher for Lastpass拡張機能のCRXファイルをダウンロード
Switcher for Lastpass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly switch the enabled state of the Lastpass Plugin.
The extension will also remind you to disable the Lastpass plugin if you've left it enabled for over a minute.
This extension not affiliated, associated, authorized, or in any way officially connected with Lastpass.
Icons made by Dave Gandy from Flaticon. www.flaticon.com is licenced by CC BY 3.0. http://creativecommons.org/licenses/by/3.0/ 拡張機能の基本情報
| 名前 | |
| ID | kgdllopgpknhbnmagaiifhddjkchmeln |
| 公式URL | https://chromewebstore.google.com/detail/switcher-for-lastpass/kgdllopgpknhbnmagaiifhddjkchmeln |
| 説明 | Quickly enable/disable the Lastpass Plugin. |
| ファイルサイズ | 12.99 KB |
| インストール数 | 3,780 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2017-06-17 |
| 公開日 | 2017-06-17 |
| 評価 | 4.29/5 合計 17 レビュー |
| 開発者 | vdesmet93 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Switcher for Lastpass",
"description": "Quickly enable\/disable the Lastpass Plugin.",
"version": "1.1.0",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "key.png",
"32": "[email protected]",
"48": "key-48.png",
"64": "key-64.png",
"128": "key-128.png"
},
"browser_action": {
"name": "Click to change the icon's color"
},
"permissions": [
"management",
"notifications"
],
"manifest_version": 2
} | |