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