石墨文档快速导航

一个让你在石墨文档来去自如的插件

石墨文档快速导航란 무엇입니까?

石墨文档快速导航은(는) huaoguo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一个让你在石墨文档来去自如的插件"입니다.

확장 프로그램 스크린샷

screenshot

石墨文档快速导航 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        进入石墨文档的文档/表格页面,按 alt + ~ 或 ctrl + ~ 或 options + ~ 呼出界面,会显示最近访问过的文档及其预览。

点击在当前页面打开,按住 alt 或 ctrl 点击可在新页面打开。

暂不支持表格。
---------------------------------------------------
1.5 更新:
提高了首次打开时的响应速度
修复了快捷键会导致在编辑器输入内容的 bug

1.4 更新:
防止左滑时触发 chrome 后退历史

1.3 更新:

快捷键: 双击 alt 或 option 打开界面。
点击任意区域会关闭界面。                    

확장 프로그램 기본 정보

이름 石墨文档快速导航 石墨文档快速导航
ID docmghbcmbidaebaipceipfgpnfffmbc
공식 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
설명 一个让你在石墨文档来去自如的插件
파일 크기 174 KB
설치 횟수 148
현재 버전 1.5.4
최근 업데이트 2018-09-12
출시 날짜 2018-09-11
평점 5.00/5 총 2 개의 평점
개발자 huaoguo
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}