Shiny Window

シャニマスを授業中もとい便利にプレイしたい人のためのツール

What is Shiny Window?

Shiny Window is a Chrome extension developed by ケー, and its main feature is "シャニマスを授業中もとい便利にプレイしたい人のためのツール".

Extension Screenshots

screenshot

Download Shiny Window Extension CRX File

Download Shiny Window 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

                        ********
Last Update: v1.0.3
!NEW! : クリップボードにコピーを実装しました

これによってガシャ画像がそのままTwitterのツイート画面上で
Ctrl(Command)+Vを押すだけで共有できます!
是非ご利用ください!
********

シャニマスを小窓でプレイできるようにしたりスクショを撮ったりできるちょっと便利かもしれない拡張です。
ほしい機能、是非ご意見ください・・・!

評価コメント欄、もしくは https://twitter.com/ke_odakyu9000
もしくは https://github.com/ke9000/shiny_window/issues
までお願いします!                    

Extension Basic Information

Name Shiny Window Shiny Window
ID mligoomedmkbafpknpchmfkamcjpoehl
Official URL https://chromewebstore.google.com/detail/shiny-window/mligoomedmkbafpknpchmfkamcjpoehl
Description シャニマスを授業中もとい便利にプレイしたい人のためのツール
File Size 37.39 KB
Installation Count 96
Current Version 1.0.3
Last Updated 2019-08-29
Publish Date 2019-08-26
Rating 5.00/5 Total 1 Ratings
Developer ケー
Email [email protected]
Payment Type free
Help Page URL http://twitter.com/ke_odakyu9000
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shiny Window",
    "version": "1.0.3",
    "description": "\u30b7\u30e3\u30cb\u30de\u30b9\u3092\u6388\u696d\u4e2d\u3082\u3068\u3044\u4fbf\u5229\u306b\u30d7\u30ec\u30a4\u3057\u305f\u3044\u4eba\u306e\u305f\u3081\u306e\u30c4\u30fc\u30eb",
    "icons": {
        "32": "img\/icon_tmp_32.png",
        "64": "img\/icon_tmp_64.png",
        "128": "img\/icon_tmp_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_tmp_32.png",
        "default_title": "",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shinycolors.enza.fun\/*"
            ],
            "js": [
                "js\/enza.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/back.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}