Open in builtwith
Open in builtwith
什麼是Open in builtwith?
Open in builtwith是由muthali ganesh開發的Chrome擴展程式,該擴展的主要功能是“Open in builtwith”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | kbjfocbialdjlajcbohmjfmbionhcinf |
| 官方網址 | 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'"
} | |