smartfiller-chrome

Learns as you fill forms, you will never have to type the same thing twice.

什麼是smartfiller-chrome?

smartfiller-chrome是由pablotomasborda開發的Chrome擴展程式,該擴展的主要功能是“Learns as you fill forms, you will never have to type the same thing twice.”。

擴展截圖

screenshot

下載smartfiller-chrome擴展crx文件

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

擴展使用說明

                        Learns as you fill forms, you will never have to type the same thing twice.
Works in your local browser memory, no server no cloud no accounts, no
payments, no subscription, and not filling the information in the form
filler. 
You are the only owner of the information.                    

擴展基本資訊

名稱 smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
官方網址 https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
簡介 Learns as you fill forms, you will never have to type the same thing twice.
檔案大小 57.55 KB
安裝次數 117
目前版本 1.1
更新時間 2018-03-13
上架時間 2018-03-13
評分 2.33/5 共 3 次評分
開發者 pablotomasborda
付費類型 free
擴展官網 https://github.com/PabloBorda/smartfiller-chrome
說明頁面URL https://github.com/PabloBorda/smartfiller-chrome
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smartfiller-chrome",
    "description": "Learns as you fill forms, you will never have to type the same thing twice.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "jquery-2.1.0.min.js",
            "main.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "form.png",
        "default_popup": "background.html"
    }
}