Blue Button | the webpage X-ray

See title tags & meta description, scripts, stylesheets, images & fonts

Blue Button | the webpage X-rayคืออะไร?

Blue Button | the webpage X-ray เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voice Group และคุณลักษณะหลักของมันคือ "See title tags & meta description, scripts, stylesheets, images & fonts"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blue Button | the webpage X-ray

ดาวน์โหลดไฟล์ส่วนขยาย Blue Button | the webpage X-ray ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Creative or creator, designer or developer, chances are you don’t look at websites the same way most people do. Blue Button gives you a run-down of all essential web design, graphic and SEO elements in one click. Instantly see beneath the surface, and get all the info you need on any web page, whilst on the go.

FOR SEO MANAGERS
Easily access SEO related information such as title tag content, meta description, header information such as canonical url, image alt tags, authorship tags (publisher tag, author tag) etc

FOR CONTENT MANAGERS AND COPYWRITERS
Easily copy & paste meta description and title tag to new websites

FOR DEVELOPERS
Access a list of all scripts and stylesheets used on the site. View meta generator, wordpress scripts and theme references

FOR WEB DESIGNERS
View site favicon, touch icons and other images. Find out what google fonts are loaded                    

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

ชื่อ Blue Button | the webpage X-ray Blue Button | the webpage X-ray
ID ahbcoeleapdfhmlnjglbiaddohfncace
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blue-button-the-webpage-x/ahbcoeleapdfhmlnjglbiaddohfncace
คำอธิบาย See title tags & meta description, scripts, stylesheets, images & fonts
ขนาดไฟล์ 82.66 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0.15
อัปเดตครั้งล่าสุด 2021-06-08
วันที่เผยแพร่ 2018-02-14
คะแนน 4.71/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Voice Group
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "blue-button-icon-128x128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "dom.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "See title tags & meta description, scripts, stylesheets, images & fonts",
    "icons": {
        "128": "blue-button-icon-128x128.png"
    },
    "manifest_version": 2,
    "name": "Blue Button | the webpage X-ray",
    "permissions": [],
    "short_name": "Blue Button",
    "version": "3.0.15"
}