Auto Open Links

Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…

Auto Open Links là gì?

Auto Open Links là một tiện ích mở rộng Chrome được phát triển bởi vvveleva, và tính năng chính của nó là "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".

Tải xuống tệp CRX của tiện ích mở rộng Auto Open Links

Tải xuống các tệp mở rộng Auto Open Links 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

                        Auto Open Links allows you to open the first n links from google in new tabs with a shortcut.

Examples:

ctrl + shift + 1 : will open the first link on google in a new tab

ctrl + shift + 7 : will open the first 7 links on google in a new tab

If you run into any bugs, please report them at [email protected]. Thanks!                    

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

Tên Auto Open Links Auto Open Links
ID coiapeoijgdcanenjddgdgcepejabljl
URL Chính Thức https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl
Mô tả Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…
Kích Thước Tệp 39.57 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-09-12
Ngày Phát Hành 2015-09-12
Đánh Giá 3.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển vvveleva
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Open Links",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "js": [
                "auto_open_links.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "auto_open_links.js"
    ]
}