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
电子邮箱 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}