Form filler

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

Form filler là gì?

Form filler là một tiện ích mở rộng Chrome được phát triển bởi Roman, và tính năng chính của nó là "Autosaves the Form you are working on from Time to Time, automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Form filler

Tải xuống các tệp mở rộng Form filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Form filler Form filler
ID hlloohcadnpmnhcadiednjlajnmbmigb
URL Chính Thức https://chrome.google.com/webstore/detail/form-filler/hlloohcadnpmnhcadiednjlajnmbmigb
Mô tả Autosaves the Form you are working on from Time to Time, automatically.
Kích Thước Tệp 16.91 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2014-12-31
Ngày Phát Hành 2014-12-31
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Roman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}