Advanced Inputs

Customize and expand your mouse and touchscreen inputs.

Advanced Inputsคืออะไร?

Advanced Inputs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomáš Jarolím และคุณลักษณะหลักของมันคือ "Customize and expand your mouse and touchscreen inputs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced Inputs

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}