Double-click to...

Set different actions for a double-click on a webpage.

Double-click to... là gì?

Double-click to... là một tiện ích mở rộng Chrome được phát triển bởi https://daniel.schmitz-huebsch.net, và tính năng chính của nó là "Set different actions for a double-click on a webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Double-click to...

Tải xuống các tệp mở rộng Double-click to... dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Invented because a simple mouse click already existed, you can now use the double-click in the browser.

Use the double-click to:
- move to the top of the page.
- close the current tab.
- open a new tab.

Do you have an idea of what can happen when you double-click? Contact me via the support form.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Double-click to... Double-click to...
ID dnlbjgbbmhedhlijenejbbcnhndkhdnn
URL Chính Thức https://chromewebstore.google.com/detail/double-click-to/dnlbjgbbmhedhlijenejbbcnhndkhdnn
Mô tả Set different actions for a double-click on a webpage.
Kích Thước Tệp 12.29 KB
Số Lần Cài Đặt 587
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2015-10-13
Ngày Phát Hành 2015-10-13
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://daniel.schmitz-huebsch.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "version": "0.7",
    "short_name": "__MSG_chrome_extension_shortname__",
    "author": "Daniel Schmitz-H\u00fcbsch",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}