Form filler
Autosaves the Form you are working on from Time to Time, automatically.
Wat is Form filler?
Form filler is een Chrome-extensie ontwikkeld door Roman, en de belangrijkste functie is "Autosaves the Form you are working on from Time to Time, automatically.".
Extensie Screenshots
Download het CRX-bestand van de extensie Form filler
Download Form filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | hlloohcadnpmnhcadiednjlajnmbmigb |
| Officiële URL | https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb |
| Beschrijving | Autosaves the Form you are working on from Time to Time, automatically. |
| Bestandsgrootte | 16.91 KB |
| Aantal Installaties | 169 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2014-12-31 |
| Publicatiedatum | 2014-12-31 |
| Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Roman |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |