Form filler
Autosaves the Form you are working on from Time to Time, automatically.
Hvad er Form filler?
Form filler er en Chrome-udvidelse udviklet af Roman, og dens hovedfunktion er "Autosaves the Form you are working on from Time to Time, automatically.".
Udvidelsesskærmbilleder
Download Form filler-udvidelses-CRX-fil
Download Form filler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hlloohcadnpmnhcadiednjlajnmbmigb |
Officiel URL | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
Beskrivelse | Autosaves the Form you are working on from Time to Time, automatically. |
Filstørrelse | 16.91 KB |
Antal Installationer | 169 |
Nuværende Version | 0.0.5 |
Senest Opdateret | 2014-12-31 |
Udgivelsesdato | 2014-12-31 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | Roman |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |