Autofill

Automatically enter form (text, select, radio)

Hvad er Autofill?

Autofill er en Chrome-udvidelse udviklet af t4y3, og dens hovedfunktion er "Automatically enter form (text, select, radio)".

Udvidelsesskærmbilleder

screenshot

Download Autofill-udvidelses-CRX-fil

Download Autofill-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 Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
Officiel URL https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
Beskrivelse Automatically enter form (text, select, radio)
Filstørrelse 61.29 KB
Antal Installationer 219
Nuværende Version 1.0
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Udvikler t4y3
Betalingsmetode free
Understøttede Sprog ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}