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
Eメール [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\/"
    ]
}