SEO-HTML
This extension is to inspect the HTML source of a website and to display SEO relevant information.
SEO-HTML là gì?
SEO-HTML là một tiện ích mở rộng Chrome được phát triển bởi Daniel Lucks, và tính năng chính của nó là "This extension is to inspect the HTML source of a website and to display SEO relevant information.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SEO-HTML
Tải xuống các tệp mở rộng SEO-HTML dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SEO-HTML |
ID | lgjdkielngenkbnfmioemjcldnhlcpkn |
URL Chính Thức | https://chromewebstore.google.com/detail/seo-html/lgjdkielngenkbnfmioemjcldnhlcpkn |
Mô tả | This extension is to inspect the HTML source of a website and to display SEO relevant information. |
Kích Thước Tệp | 16.92 KB |
Số Lần Cài Đặt | 2,742 |
Phiên Bản Hiện Tại | 0.3.2 |
Cập Nhật Lần Cuối | 2014-01-06 |
Ngày Phát Hành | 2014-01-06 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Daniel Lucks |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |