Advanced Inputs

Customize and expand your mouse and touchscreen inputs.

什麼是Advanced Inputs?

Advanced Inputs是由Tomáš Jarolím開發的Chrome擴展程式,該擴展的主要功能是“Customize and expand your mouse and touchscreen inputs.”。

擴展截圖

screenshot
screenshot
screenshot

下載Advanced Inputs擴展crx文件

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

擴展使用說明

                        / mouse

Browse the history with double-click.

Scroll to the top by click both buttons at the same time.

Stop mouse cursor on a text field for focus it.
Shake mouse over a text field for erase it.

/ touch

Browse the history with shortcuts.
Lock the browser with triple-click.
Set your own unlock shortcut.

Boost your scrolling speed.

Erase a text field by swipe over it.
Open link in new tab by swipe over it.

====================================

https://addons.mozilla.org/en-US/firefox/addon/advanced-inputs/                    

擴展基本資訊

名稱 Advanced Inputs Advanced Inputs
ID kecoefjmldppdcdlmpbmebkecdjkoanc
官方網址 https://chromewebstore.google.com/detail/advanced-inputs/kecoefjmldppdcdlmpbmebkecdjkoanc
簡介 Customize and expand your mouse and touchscreen inputs.
檔案大小 17.58 KB
安裝次數 18
目前版本 1.0
更新時間 2018-01-13
上架時間 2018-01-12
評分 3.00/5 共 2 次評分
開發者 Tomáš Jarolím
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mXdevs/Advanced-Inputs
支援的語言 de,en,fr,es,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Inputs",
    "version": "1.0",
    "default_locale": "en",
    "description": "__MSG_extExp__",
    "icons": {
        "128": "icon128.png"
    },
    "author": "Tom\u00e1\u0161 Jarol\u00edm",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "sessions",
        "bookmarks"
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "etc\/vars.js",
                "js\/PlS.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}