Auto Fill

Auto fill input data, for web development, testing, etc.

什麼是Auto Fill?

Auto Fill是由Trần Luơng開發的Chrome擴展程式,該擴展的主要功能是“Auto fill input data, for web development, testing, etc.”。

擴展截圖

screenshot

下載Auto Fill擴展crx文件

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

擴展使用說明

                        Công cụ hỗ trợ điền các ô dữ liệu trên một trang web nào đó. Phục vụ tốt cho quá trình triển khai website cá nhân, nhỏ, hay là sử dụng để phục vụ cho việc kiểm thử website.

- Có 02 cách sử dụng:
+ Sử dụng popup của Extension để bật tắt công cụ
+ Sử dụng phím tắt (Shortcut key): Shift + r                    

擴展基本資訊

名稱 Auto Fill Auto Fill
ID nidekiaocgcfemogakcieomgbfadbcec
官方網址 https://chromewebstore.google.com/detail/auto-fill/nidekiaocgcfemogakcieomgbfadbcec
簡介 Auto fill input data, for web development, testing, etc.
檔案大小 38.36 KB
安裝次數 139
目前版本 2.1
更新時間 2019-05-24
上架時間 2019-05-21
評分 5.00/5 共 2 次評分
開發者 Trần Luơng
電子郵箱 [email protected]
付費類型 free
支援的語言 vi
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Auto fill input data, for web development, testing, etc.",
    "manifest_version": 2,
    "name": "Auto Fill",
    "icons": {
        "16": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon.png",
        "default_title": "Auto fill",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}