Zoom on doubleclick

Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.

Zoom on doubleclick là gì?

Zoom on doubleclick là một tiện ích mở rộng Chrome được phát triển bởi https://www.m-software.de, và tính năng chính của nó là "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.".

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

Tải xuống tệp CRX của tiện ích mở rộng Zoom on doubleclick

Tải xuống các tệp mở rộng Zoom on doubleclick 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

                                            

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

Tên Zoom on doubleclick Zoom on doubleclick
ID jkmalmidnicnnmceielaelokkdmmgkcb
URL Chính Thức https://chromewebstore.google.com/detail/zoom-on-doubleclick/jkmalmidnicnnmceielaelokkdmmgkcb
Mô tả Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.
Kích Thước Tệp 51.37 KB
Số Lần Cài Đặt 1,121
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2012-12-04
Ngày Phát Hành 2012-12-04
Đánh Giá 4.27/5 Tổng số 62 Đánh Giá
Nhà Phát Triển https://www.m-software.de
Loại Thanh Toán free
Trang Web Mở Rộng http://m-software.de/google-chrome-zoom-plugin
URL Trang Trợ Giúp http://m-software.de/google-chrome-zoom-plugin
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Zoom on doubleclick",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.",
    "homepage_url": "http:\/\/m-software.de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery-1.8.3.min.js",
                "src\/zoom.js"
            ]
        }
    ]
}