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.”。
擴展截圖
下載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 |
ID | dapjbgnjinbpoindlpdmhochffioedbn |
官方網址 | 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\/" ] } |