Form filler

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

什麼是Form filler?

Form filler是由Roman開發的Chrome擴展程式,該擴展的主要功能是“Autosaves the Form you are working on from Time to Time, automatically.”。

擴展截圖

screenshot
screenshot

下載Form filler擴展crx文件

下載Form filler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Form filler Form filler
ID hlloohcadnpmnhcadiednjlajnmbmigb
官方網址 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"
    ]
}