BuiltWith Technology Profiler
Find out what the website you are visiting is built with using this extension.
Apa itu BuiltWith Technology Profiler?
BuiltWith Technology Profiler adalah ekstensi Chrome yang dikembangkan oleh https://builtwith.com, dan fitur utamanya adalah "Find out what the website you are visiting is built with using this extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BuiltWith Technology Profiler
Unduh file ekstensi BuiltWith Technology Profiler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BuiltWith Technology Profiler |
ID | dapjbgnjinbpoindlpdmhochffioedbn |
URL Resmi | https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn |
Deskripsi | Find out what the website you are visiting is built with using this extension. |
Ukuran File | 54.1 KB |
Jumlah Instalasi | 374,188 |
Versi Saat Ini | 3.6 |
Terakhir Diperbarui | 2022-05-11 |
Tanggal Publikasi | 2020-05-15 |
Penilaian | 4.39/5 Total 401 Penilaian |
Pengembang | https://builtwith.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://builtwith.com |
URL Halaman Bantuan | http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/ |
URL Halaman Kebijakan Privasi | https://builtwith.com/privacy |
Bahasa yang Didukung | 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\/" ] } |