Open in builtwith

Open in builtwith

Open in builtwithคืออะไร?

Open in builtwith เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muthali ganesh และคุณลักษณะหลักของมันคือ "Open in builtwith"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in builtwith

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in builtwith Open in builtwith
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
อีเมล [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'"
}