Rayst - Reveal the web

Rayst reveals the company, statistics and technologies of the web for you.

Rayst - Reveal the webとは何ですか?

Rayst - Reveal the webはhttps://ray.stによって開発されたChromeの拡張機能で、その主な機能は「Rayst reveals the company, statistics and technologies of the web for you.」です。

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

screenshot
screenshot
screenshot

Rayst - Reveal the web拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Researching new websites, products and companies was kind of a painful process and user experience and yet there wasn't enough information to clearly understand it.

Understanding different websites and companies helps us to make better decisions on product design, engineering, marketing, sales, and even investment.

Here comes Rayst. Rayst reveals the company, statistics and technologies behind the magic of the websites.                    

拡張機能の基本情報

名前 Rayst - Reveal the web Rayst - Reveal the web
ID mcplhmdgjcnoopibapjpbhnjfoainmac
公式URL https://chromewebstore.google.com/detail/rayst-reveal-the-web/mcplhmdgjcnoopibapjpbhnjfoainmac
説明 Rayst reveals the company, statistics and technologies of the web for you.
ファイルサイズ 455 KB
インストール数 5,554
現在のバージョン 1.0.10
最終更新日 2023-01-18
公開日 2022-12-19
評価 4.79/5 合計 19 レビュー
開発者 https://ray.st
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ray.st
ヘルプページのURL https://ray.st/offboarding
プライバシーポリシーページのURL https://ray.st/privacy
対応言語 en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.10",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/Index.chunk.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}