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 |
| 公式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 |
| Eメール | [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'"
} | |