城プロランチャー

城プロランチャー

御城プロジェクトをぴったりサイズの別窓で起動します

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "城プロランチャー",
  "version": "1.8.9",
  "manifest_version": 2,
  "description": "御城プロジェクトをぴったりサイズの別窓で起動します",
  "background": {
    "scripts": [
      "background.js",
      "screenShot.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/ShiroproLauncher_16.png",
    "19": "images/ShiroproLauncher_19.png",
    "32": "images/ShiroproLauncher_32.png",
    "48": "images/ShiroproLauncher_48.png"
  },
  "browser_action": {
    "default_icon": "images/ShiroproLauncher_19.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "downloads",
    "notifications",
    "contextMenus",
    "<all_urls>"
  ],
  "commands": {
    "ScreenShot": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "MacCtrl+Shift+S"
      },
      "description": "スクリーンショットを撮る"
    },
    "OpenTimer": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      },
      "description": "タイマーウインドウを表示"
    },
    "ToggleFullScreen": {
      "description": "フルスクリーン切り替え"
    },
    "ToggleSoundMute": {
      "description": "音声をミュート"
    }
  },
  "options_page": "option.html"
}