Power Yuque

语雀增强插件

Power Yuque란 무엇입니까?

Power Yuque은(는) Arvin Xu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "语雀增强插件"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Power Yuque 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        一个旨在提升语雀使用体验的开源插件

特性:
🔍  全局搜索框;                    

확장 프로그램 기본 정보

이름 Power Yuque Power Yuque
ID mclkhhjiaalhoegfjddlbcjooapkphpn
공식 URL https://chromewebstore.google.com/detail/power-yuque/mclkhhjiaalhoegfjddlbcjooapkphpn
설명 语雀增强插件
파일 크기 633 KB
설치 횟수 1,080
현재 버전 0.5.0
최근 업데이트 2021-09-15
출시 날짜 2021-01-17
평점 4.00/5 총 5 개의 평점
개발자 Arvin Xu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.yuque.com/arvinxx/power-yuque
도움말 페이지 URL https://www.yuque.com/arvinxx/power-yuque
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Yuque",
    "description": "\u8bed\u96c0\u589e\u5f3a\u63d2\u4ef6",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo\/[email protected]",
        "32": "logo\/[email protected]",
        "48": "logo\/[email protected]",
        "128": "logo\/[email protected]"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "version": "0.5.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-YM8uI2F+VfHULiDF1T+UCYmPwssvvWleyz5k2gtmTQo=' 'sha256-nbXu0p4z34YIGrraX4GxUtFubK0qyw9ob2VwDy1jcmw='; object-src 'self'",
    "minimum_chrome_version": "80",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yuque.com\/*",
                "https:\/\/www.yuque.com\/*",
                "https:\/\/yuque.antfin.com\/*"
            ],
            "js": [
                "contentScript_0.js"
            ],
            "css": [
                "contentScript_0.css"
            ]
        }
    ]
}