行云-plugin

行云-plugin

行云插件,提升日常高频操作的用户体验;提供神灯文章推荐、堡垒机快速登录、快速打卡、快速创建任务、joyspace文件查看等常用功能;搜索集成了Google、Stack Overflow等引擎;支持用户自定义添加导航栏;支持展示当天浏览记录

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "行云-plugin",
  "version": "0.3.3",
  "manifest_version": 3,
  "host_permissions": [
    "*://*.jd.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "history",
    "contextMenus"
  ],
  "action": {},
  "icons": {
    "48": "static/xingyun.png"
  },
  "background": {
    "service_worker": "./index/background.js"
  }
}