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
官方網址 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
電子郵箱 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}