New Tab Key for Google™ Chrome

Press Capslock to open a new tab.

New Tab Key for Google™ Chrome là gì?

New Tab Key for Google™ Chrome là một tiện ích mở rộng Chrome được phát triển bởi dcolt, và tính năng chính của nó là "Press Capslock to open a new tab.".

Ả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 New Tab Key for Google™ Chrome

Tải xuống các tệp mở rộng New Tab Key for Google™ Chrome 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

                        Make your Capslock key useful again with New Tab Key.

Opens a new tab every time you press Capslock -- Much like the new Google™ Chromebooks!


Simple, clean, & fast -- it will change the way you use the internet.


Features.
------------ 
-works on ALL websites (except chrome:// pages)
-MAXIMIZES your time on the internet
-safe & secure - no unnecessary permissions 


Privacy.
-----------
-nothing is stored locally
-no personal data is accessed at any time
-Free!


If you feel that this extension has helped your life, please leave a positive review!



New Tab Key is constantly updated and improved. Feel free to email me with bugs, comments, and suggestions - I will do my best to make changes.

Be sure to check out my other extensions for Chrome as well!                    

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

Tên New Tab Key for Google™ Chrome New Tab Key for Google™ Chrome
ID hkfnjijadbfhikllgjknbfpekmkhbbhf
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-key-for-google-ch/hkfnjijadbfhikllgjknbfpekmkhbbhf
Mô tả Press Capslock to open a new tab.
Kích Thước Tệp 11.48 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2015-04-06
Ngày Phát Hành 2015-04-06
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dcolt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": "background.html",
    "content_scripts": [
        {
            "js": [
                "key_eventMin.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Press Capslock to open a new tab.",
    "icons": {
        "128": "iconAlphaGlow128.png",
        "48": "iconAlphaGlow48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDa1XBjAwqueAGVjoPJEYDzx74V1dJjH6fug6KYi2cOlX+MJQm99AK5AVmq3mAeeyMKXqh9FEQjL2rhGVM6RG3VLCl2HcQ\/2jcAePsJUmPbUFQu2tL8GJkOcTNtJ2hIm2Yg0WJcnGJiL\/5AauFYkXUUhPGg0AC\/39Ok3Vyeo6fQAQIDAQAB",
    "name": "New Tab Key for Google\u2122 Chrome",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.12",
    "manifest_version": 2
}