Power Yuque
语雀增强插件
What is Power Yuque?
Power Yuque is a Chrome extension developed by Arvin Xu, and its main feature is "语雀增强插件".
Extension Screenshots
Download Power Yuque Extension CRX File
Download Power Yuque 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
一个旨在提升语雀使用体验的开源插件 特性: 🔍 全局搜索框;
Extension Basic Information
Name | Power Yuque |
ID | mclkhhjiaalhoegfjddlbcjooapkphpn |
Official URL | https://chromewebstore.google.com/detail/power-yuque/mclkhhjiaalhoegfjddlbcjooapkphpn |
Description | 语雀增强插件 |
File Size | 633 KB |
Installation Count | 1,080 |
Current Version | 0.5.0 |
Last Updated | 2021-09-15 |
Publish Date | 2021-01-17 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Arvin Xu |
[email protected] | |
Payment Type | free |
Extension Website | https://www.yuque.com/arvinxx/power-yuque |
Help Page URL | https://www.yuque.com/arvinxx/power-yuque |
Supported Languages | 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" ] } ] } |