一马: 在线代码翻译

一马: 在线代码翻译

工具栏按钮, 弹窗为在线代码的翻译. 现支持GitHub, 码云.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "一马: 在线代码翻译",
  "version": "0.0.16resigned1",
  "description": "工具栏按钮, 弹窗为在线代码的翻译. 现支持GitHub, 码云.",
  "homepage_url": "https://github.com/program-in-chinese/webextension_github_code_translator",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "48": "图标/项目_48.png",
    "96": "图标/项目_96.png"
  },
  "background": {
    "scripts": [
      "加载词典.js",
      "查词.js"
    ]
  },
  "options_ui": {
    "page": "选项/选项.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": {
      "32": "图标/项目_32.png"
    },
    "default_title": "代码翻译",
    "default_popup": "弹窗/主界面.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}