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
Eメール [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'"
}