xray

turn your browser in xray

xrayとは何ですか?

xrayはhttp://www.agentur-simon.deによって開発されたChromeの拡張機能で、その主な機能は「turn your browser in xray」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension turns smoothly your chrome browser view to x-ray

Source available at:
https://github.com/SimonWpt/chrome.xray                    

拡張機能の基本情報

名前 xray xray
ID omihmnedckkngecdfodaimocihedgamn
公式URL https://chrome.google.com/webstore/detail/omihmnedckkngecdfodaimocihedgamn
説明 turn your browser in xray
ファイルサイズ 8.78 KB
インストール数 1,623
現在のバージョン 0.2
最終更新日 2018-04-23
公開日 2018-04-23
評価 4.00/5 合計 10 レビュー
開発者 http://www.agentur-simon.de
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "xray.js"
        ]
    },
    "browser_action": {
        "default_icon": "xray.png",
        "default_title": "xray"
    },
    "description": "turn your browser in xray",
    "icons": {
        "32": "xray.png"
    },
    "manifest_version": 2,
    "name": "xray",
    "permissions": [
        "tabs",
        ""
    ],
    "version": "0.2"
}