Open in builtwith

Open in builtwith

什么是Open in builtwith?

Open in builtwith是由muthali ganesh开发的Chrome扩展程序,该扩展的主要功能是“Open in builtwith”。

扩展截图

screenshot

下载Open in builtwith扩展crx文件

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

扩展使用说明

                        Opens the current website in builtwith for getting more information on the different technologies used in the website                    

扩展基本信息

名称 Open in builtwith Open in builtwith
ID kbjfocbialdjlajcbohmjfmbionhcinf
官方URL https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf
简介 Open in builtwith
文件大小 14.86 KB
安装次数 2,691
当前版本 2.0
更新时间 2020-09-04
上架时间 2020-09-03
评分 5.00/5 共2次评分
开发者 muthali ganesh
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://aozata.com/aozata-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in builtwith",
    "short_name": "Similarweb",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "builtwith.js"
        ]
    },
    "description": "Open in builtwith",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in builtwith"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}