MagicNumbers

Find&Preview your magic number with this extension!

MagicNumbersとは何ですか?

MagicNumbersはunderscorestarchaserによって開発されたChromeの拡張機能で、その主な機能は「Find&Preview your magic number with this extension!」です。

拡張機能のスクリーンショット

screenshot
screenshot

MagicNumbers拡張機能のCRXファイルをダウンロード

MagicNumbers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you bored? 
CTRL+C and CTRL+V too much time
Now it easy!
You only highlight some magicnumber and right click now you can "warp" to nhentai or you can doubleclick on magicnumber to preview it <3                    

拡張機能の基本情報

名前 MagicNumbers MagicNumbers
ID eachmpbcaoeffcmbeokmafkgdaffedpi
公式URL https://chrome.google.com/webstore/detail/magicnumbers/eachmpbcaoeffcmbeokmafkgdaffedpi
説明 Find&Preview your magic number with this extension!
ファイルサイズ 56.42 KB
インストール数 162
現在のバージョン 1.0
最終更新日 2020-04-02
公開日 2020-03-31
評価 5.00/5 合計 3 レビュー
開発者 underscorestarchaser
支払い方法 free
拡張機能のウェブサイト http://starchaser.me/magic_numbers
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MagicNumbers",
    "description": "Find&Preview your magic number with this extension!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}