Form filler
Autosaves the Form you are working on from Time to Time, automatically.
Form fillerとは何ですか?
Form fillerはRomanによって開発されたChromeの拡張機能で、その主な機能は「Autosaves the Form you are working on from Time to Time, automatically.」です。
拡張機能のスクリーンショット
Form filler拡張機能のCRXファイルをダウンロード
Form filler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | hlloohcadnpmnhcadiednjlajnmbmigb |
公式URL | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
説明 | Autosaves the Form you are working on from Time to Time, automatically. |
ファイルサイズ | 16.91 KB |
インストール数 | 169 |
現在のバージョン | 0.0.5 |
最終更新日 | 2014-12-31 |
公開日 | 2014-12-31 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | Roman |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form filler", "version": "0.0.5", "manifest_version": 2, "description": "Autosaves the Form you are working on from Time to Time, automatically.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "form filler", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/page.js" ], "css": [ "styles\/animate.css", "styles\/icon.css", "styles\/input.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/icon-38.png", "images\/delete.png" ] } |