Force Autocomplete
Force autocomplete attribute in input fields to be on.
Force Autocompleteとは何ですか?
Force Autocompleteはhttps://www.numediaweb.comによって開発されたChromeの拡張機能で、その主な機能は「Force autocomplete attribute in input fields to be on.」です。
拡張機能のスクリーンショット
Force Autocomplete拡張機能のCRXファイルをダウンロード
Force Autocomplete拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.
拡張機能の基本情報
名前 | Force Autocomplete |
ID | piechbhjioolbecaioglhamjjjkmbchj |
公式URL | https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj |
説明 | Force autocomplete attribute in input fields to be on. |
ファイルサイズ | 96.9 KB |
インストール数 | 898 |
現在のバージョン | 1.1 |
最終更新日 | 2015-02-25 |
公開日 | 2015-02-25 |
評価 | 3.09/5 合計 11 レビュー |
開発者 | https://www.numediaweb.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/numediaweb/nw_force_autocomplete |
ヘルプページのURL | https://github.com/numediaweb/nw_force_autocomplete |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Autocomplete", "version": "1.1", "author": "NUMEDIAWEB", "content_scripts": [ { "js": [ "assets\/js\/jquery-2.1.3.min.js", "assets\/js\/jquery.nw.force_autocomplete.js", "app.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Force autocomplete attribute in input fields to be on.", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } } |