demado

ブラゲーのランチャー

什麼是demado?

demado是由https://otiai10.com開發的Chrome擴展程式,該擴展的主要功能是“ブラゲーのランチャー”。

擴展截圖

screenshot

下載demado擴展crx文件

下載demado擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        DMMのゲームをはじめ、ブラゲーをサイズぴったりの別窓で開くランチャーです。設定からDMMゲームと窓の大きさなどを登録してください。「Prisc!」というChrome拡張も入ってると、ワンクリックでスクショも撮れます。

【demadoのソースコード】
https://github.com/otiai10/demado

【Prisc!のインストール】
https://chrome.google.com/webstore/detail/prisc/gghkamaeinhfnhpempdbopannocnlbkg?hl=ja

v1.2.8: Chrome Manifest V3 対応のため、localStorageからchrome.storageへデータを移行する処理を準備しています                    

擴展基本資訊

名稱 demado demado
ID dfmhlfpfpbijchleocfbpcdjgnbpdigh
官方網址 https://chromewebstore.google.com/detail/demado/dfmhlfpfpbijchleocfbpcdjgnbpdigh
簡介 ブラゲーのランチャー
檔案大小 2.49 MB
安裝次數 10,000
目前版本 1.2.8
更新時間 2024-02-18
上架時間 2019-03-08
評分 4.51/5 共 85 次評分
開發者 https://otiai10.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/otiai10/demado
說明頁面URL https://github.com/otiai10/demado/issues/new
隱私政策頁面URL https://github.com/KanCraft/kanColleWidget/blob/develop/PRIVACY_POLICY.md
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "demado",
    "version": "1.2.8",
    "description": "\u30d6\u30e9\u30b2\u30fc\u306e\u30e9\u30f3\u30c1\u30e3\u30fc",
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        ""
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "commands": {
        "capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "windows": "Ctrl+Shift+S"
            },
            "description": "demado\u304c\u52b9\u3044\u3066\u308b\u73fe\u5728\u306e\u753b\u9762\u3092\u30b9\u30af\u30b7\u30e7\u3057\u307e\u3059"
        },
        "mute": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M",
                "windows": "Ctrl+Shift+M"
            },
            "description": "demado\u304c\u52b9\u3044\u3066\u308b\u73fe\u5728\u306e\u753b\u9762\u3092\u30df\u30e5\u30fc\u30c8\u3057\u307e\u3059"
        }
    },
    "options_page": "html\/configs.html"
}