New Tab Key for Google™ Chrome

Press Capslock to open a new tab.

New Tab Key for Google™ Chrome란 무엇입니까?

New Tab Key for Google™ Chrome은(는) dcolt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press Capslock to open a new tab."입니다.

확장 프로그램 스크린샷

screenshot

New Tab Key for Google™ Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 New Tab Key for Google™ Chrome New Tab Key for Google™ Chrome
ID hkfnjijadbfhikllgjknbfpekmkhbbhf
공식 URL https://chromewebstore.google.com/detail/new-tab-key-for-google-ch/hkfnjijadbfhikllgjknbfpekmkhbbhf
설명 Press Capslock to open a new tab.
파일 크기 11.48 KB
설치 횟수 42
현재 버전 1.12
최근 업데이트 2015-04-06
출시 날짜 2015-04-06
평점 2.33/5 총 3 개의 평점
개발자 dcolt
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}