Form filler
Autosaves the Form you are working on from Time to Time, automatically.
What is Form filler?
Form filler is a Chrome extension developed by Roman, and its main feature is "Autosaves the Form you are working on from Time to Time, automatically.".
Extension Screenshots
Download Form filler Extension CRX File
Download Form filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hlloohcadnpmnhcadiednjlajnmbmigb |
Official URL | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
Description | Autosaves the Form you are working on from Time to Time, automatically. |
File Size | 16.91 KB |
Installation Count | 169 |
Current Version | 0.0.5 |
Last Updated | 2014-12-31 |
Publish Date | 2014-12-31 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Roman |
Payment Type | free |
Supported Languages | 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" ] } |