Form filler

Autosaves the Form you are working on from Time to Time, automatically.

Τι είναι το Form filler;

Το Form filler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roman, και η κύρια λειτουργία του είναι "Autosaves the Form you are working on from Time to Time, automatically.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Form filler

Λήψη αρχείων επέκτασης Form filler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Form filler Form filler
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"
    ]
}