KeyStore
Extends the KeyStore app on your Windows PC, so you can fill passwords in your browser.
KeyStoreとは何ですか?
KeyStoreはKeyStoreによって開発されたChromeの拡張機能で、その主な機能は「Extends the KeyStore app on your Windows PC, so you can fill passwords in your browser.」です。
拡張機能のスクリーンショット
KeyStore拡張機能のCRXファイルをダウンロード
KeyStore拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
KeyStore is the easiest and safest way to store all of your logins and passwords.
Key features:
- Store all of your logins in an encrypted vault
- Automatically login to your web accounts with one click
- View and Edit your Logins, Cards and Notes
- Fill web forms with a single click
- Easily search Logins with the built-in search feature 拡張機能の基本情報
| 名前 | |
| ID | jklngfhhbeboapigjmnbaenmlijpmlgm |
| 公式URL | https://chromewebstore.google.com/detail/keystore/jklngfhhbeboapigjmnbaenmlijpmlgm |
| 説明 | Extends the KeyStore app on your Windows PC, so you can fill passwords in your browser. |
| ファイルサイズ | 42.88 KB |
| インストール数 | 100 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2020-10-02 |
| 公開日 | 2020-09-22 |
| 開発者 | KeyStore |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://getkeystore.com/ |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"libs\/crypto-js.min.js",
"libs\/underscore.min.js",
"background.min.js"
]
},
"browser_action": {
"default_icon": {
"19": "assets\/toolbar.png",
"38": "assets\/[email protected]"
},
"default_title": "__MSG_name__"
},
"content_scripts": [
{
"all_frames": true,
"exclude_globs": [
"*:\/\/ad.*\/*",
"*:\/\/ad0.*\/*",
"*:\/\/ad1.*\/*",
"*:\/\/ad2.*\/*",
"*:\/\/ad3.*\/*",
"*:\/\/ad4.*\/*",
"*:\/\/ad5.*\/*",
"*:\/\/ad6.*\/*",
"*:\/\/ad7.*\/*",
"*:\/\/ad8.*\/*",
"*:\/\/ad9.*\/*",
"*:\/\/ads?.*\/*",
"*:\/\/adserver*.*\/*",
"*:\/\/*\/*adframe*",
"*:\/\/tag.admeld*.*\/*",
"*:\/\/*.atdmt.com\/*",
"*:\/\/*.doubleclick.*\/*",
"*:\/\/*.ak.fbcdn.net\/*",
"*:\/\/plusone.google.com\/*",
"*:\/\/platform.twitter.com\/widgets\/*",
"*:\/\/*.facebook.com\/widgets\/*",
"*:\/\/*.facebook.com\/plugins\/*",
"*:\/\/*.facebook.com\/extern\/*",
"*:\/\/www.youtube.com\/embed\/*",
"*:\/\/stats.complex.com\/*",
"*:\/\/*.addthis.com\/static\/*",
"*:\/\/vitamine.networldmedia.net\/*",
"*:\/\/api.tweetmeme.com\/*",
"*:\/\/*.atwola.com\/*",
"*:\/\/engine.adzerk.net\/*",
"*:\/\/*.stumbleupon.com\/badge\/*",
"*:\/\/*.bizographics.com\/collect\/*",
"*:\/\/*.musthird.com\/*"
],
"js": [
"libs\/crypto-js.min.js",
"libs\/zepto.min.js",
"content.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_description__",
"homepage_url": "https:\/\/getkeystore.com\/",
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"incognito": "spanning",
"manifest_version": 2,
"name": "__MSG_name__",
"permissions": [
"nativeMessaging",
"storage",
"activeTab"
],
"short_name": "__MSG_name__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2.1"
} | |