SEO-HTML
This extension is to inspect the HTML source of a website and to display SEO relevant information.
SEO-HTMLคืออะไร?
SEO-HTML เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Lucks และคุณลักษณะหลักของมันคือ "This extension is to inspect the HTML source of a website and to display SEO relevant information."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO-HTML
ดาวน์โหลดไฟล์ส่วนขยาย SEO-HTML ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is to analyze the HTML source code (without DOM modifications done by Javascript) of a website and to display SEO relevant information. I know, there are many extension available like this, but I think the advantage of this one is to display the important information compact in a quick an easy way. Just click the icon, and a little popup shows up. This is just a first version of this extension, so feedback is very welcome! Icon by http://designmodo.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SEO-HTML |
ID | lgjdkielngenkbnfmioemjcldnhlcpkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seo-html/lgjdkielngenkbnfmioemjcldnhlcpkn |
คำอธิบาย | This extension is to inspect the HTML source of a website and to display SEO relevant information. |
ขนาดไฟล์ | 16.92 KB |
จำนวนการติดตั้ง | 2,742 |
เวอร์ชันปัจจุบัน | 0.3.2 |
อัปเดตครั้งล่าสุด | 2014-01-06 |
วันที่เผยแพร่ | 2014-01-06 |
คะแนน | 4.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Daniel Lucks |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO-HTML", "description": "This extension is to inspect the HTML source of a website and to display SEO relevant information.", "short_name": "SEO-HTML", "version": "0.3.2", "author": "Daniel Lucks", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "images\/icon-24.png", "default_popup": "popup\/index.html" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |