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.」です。
拡張機能のスクリーンショット
New Tab Key for Google™ Chrome拡張機能のCRXファイルをダウンロード
New Tab Key for Google™ Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |