K-Launcher
一个提高你浏览效率的扩展
What is K-Launcher?
K-Launcher is a Chrome extension developed by kokdemo, and its main feature is "一个提高你浏览效率的扩展".
Extension Screenshots
Download K-Launcher Extension CRX File
Download K-Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
我们为什么要去使用New tab呢? 为了使用New tab需要多一次的点击,需要装一些第三方的插件比如Speed Dial之类的工具。 感觉好累不会再爱了…… 因此来试一试K-Launcher吧,通过呼出一个小型弹窗,来快速的进入你需要的页面,全程键盘操作,程序员们都说好!括弧其他人也这么说括弧止。 ·呼出快捷键是Alt+Z ·通过绑定快捷键来快速的进入网站,现在支持8个固定快捷键和2个自定义快捷键。 ·点击空格进入快速访问模式,输入网址的缩略比如“google”,跳转google.com。
Extension Basic Information
Name | |
ID | pjlfljdkfajpdpfdoeaecdnldcemhhfn |
Official URL | https://chrome.google.com/webstore/detail/k-launcher/pjlfljdkfajpdpfdoeaecdnldcemhhfn |
Description | 一个提高你浏览效率的扩展 |
File Size | 90.12 KB |
Installation Count | 12 |
Current Version | 0.9.3 |
Last Updated | 2014-09-17 |
Publish Date | 2014-09-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | kokdemo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kokdemo/K-Launcher |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "K-Launcher", "version": "0.9.3", "manifest_version": 2, "description": "\u4e00\u4e2a\u63d0\u9ad8\u4f60\u6d4f\u89c8\u6548\u7387\u7684\u6269\u5c55", "options_page": "options.html", "icons": { "48": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "activeTab", "storage" ], "background": { "scripts": [ "\/js\/event.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "K-Launcher" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Z", "mac": "Alt+Z" } } } } |