石墨文档快速导航
一个让你在石墨文档来去自如的插件
What is 石墨文档快速导航?
石墨文档快速导航 is a Chrome extension developed by huaoguo, and its main feature is "一个让你在石墨文档来去自如的插件".
Extension Screenshots
Download 石墨文档快速导航 Extension CRX File
Download 石墨文档快速导航 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
进入石墨文档的文档/表格页面,按 alt + ~ 或 ctrl + ~ 或 options + ~ 呼出界面,会显示最近访问过的文档及其预览。 点击在当前页面打开,按住 alt 或 ctrl 点击可在新页面打开。 暂不支持表格。 --------------------------------------------------- 1.5 更新: 提高了首次打开时的响应速度 修复了快捷键会导致在编辑器输入内容的 bug 1.4 更新: 防止左滑时触发 chrome 后退历史 1.3 更新: 快捷键: 双击 alt 或 option 打开界面。 点击任意区域会关闭界面。
Extension Basic Information
Name | |
ID | docmghbcmbidaebaipceipfgpnfffmbc |
Official URL | https://chromewebstore.google.com/detail/%E7%9F%B3%E5%A2%A8%E6%96%87%E6%A1%A3%E5%BF%AB%E9%80%9F%E5%AF%BC%E8%88%AA/docmghbcmbidaebaipceipfgpnfffmbc |
Description | 一个让你在石墨文档来去自如的插件 |
File Size | 174 KB |
Installation Count | 148 |
Current Version | 1.5.4 |
Last Updated | 2018-09-12 |
Publish Date | 2018-09-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | huaoguo |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u77f3\u58a8\u6587\u6863\u5feb\u901f\u5bfc\u822a", "version": "1.5.4", "description": "\u4e00\u4e2a\u8ba9\u4f60\u5728\u77f3\u58a8\u6587\u6863\u6765\u53bb\u81ea\u5982\u7684\u63d2\u4ef6", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/shimo.im\/*", "https:\/\/api.shimo.im\/*" ], "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/shimo.im\/*" ], "js": [ "script.bundle.js" ] } ] } |