Form filler
Autosaves the Form you are working on from Time to Time, automatically.
Qu'est-ce que Form filler ?
Form filler est une extension Chrome développée par Roman, et sa fonction principale est "Autosaves the Form you are working on from Time to Time, automatically.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Form filler
Téléchargez les fichiers d'extension Form filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | hlloohcadnpmnhcadiednjlajnmbmigb |
URL Officiel | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
Description | Autosaves the Form you are working on from Time to Time, automatically. |
Taille du Fichier | 16.91 KB |
Nombre d'Installations | 169 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2014-12-31 |
Date de Publication | 2014-12-31 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Roman |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |