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
官方URL 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'"
}