BuiltWith Technology Profiler

Find out what the website you are visiting is built with using this extension.

什么是BuiltWith Technology Profiler?

BuiltWith Technology Profiler是由https://builtwith.com开发的Chrome扩展程序,该扩展的主要功能是“Find out what the website you are visiting is built with using this extension.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载BuiltWith Technology Profiler扩展crx文件

下载BuiltWith Technology Profiler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon!

BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page.                    

扩展基本信息

名称 BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
官方URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
简介 Find out what the website you are visiting is built with using this extension.
文件大小 54.1 KB
安装次数 374,188
当前版本 3.6
更新时间 2022-05-11
上架时间 2020-05-15
评分 4.39/5 共401次评分
开发者 https://builtwith.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://builtwith.com
帮助页面URL http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
隐私政策页面URL https://builtwith.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuiltWith Technology Profiler",
    "version": "3.6",
    "short_name": "BuiltWith",
    "description": "Find out what the website you are visiting is built with using this extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/builtwith.com\/"
    ]
}