Free Backlink Checker by LRT
Free backlink checker to verify all links on a page. Finds broken, unverified, no-follow, follow, internal, external links.
Free Backlink Checker by LRT là gì?
Free Backlink Checker by LRT là một tiện ích mở rộng Chrome được phát triển bởi https://www.linkresearchtools.com, và tính năng chính của nó là "Free backlink checker to verify all links on a page. Finds broken, unverified, no-follow, follow, internal, external links.".
Ả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 Free Backlink Checker by LRT
Tải xuống các tệp mở rộng Free Backlink Checker by LRT 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
Analyze all links on a page in seconds - advanced and fast export of link data. This unique and free Link Checker allows you to check all links on a page and see broken links and unverified links in categories no-follow links vs. follow links, internal links vs. external links. An on-page link code browser lets you see the exact source code of any link on mouse over for quick spotting of issues. Highlighting no-follows and links from own projects are supported as well as other power-user features. All details at https://lrt.co/linkchecker/chromewebstore Features * Live Links, Broken Links and Unverified Links * No-Follow Links vs. Follow Links * Own Network Links vs. External Links * Source Code Browser on Mouse Over * LRT Power*Trust for every link * Live Filter Link Detail Table Benefits * Built for professional SEO power-users * Replaces all other link checker extensions * "My domains" highlighting * Blazzing fast link data export feature * Ongoing development by LRT Functions Screenshot #1 1. Count the total links the page 2. Count the number of live links 3. Count the number of unverified links 4. Count the number of live links broken links 5. Different link scope for internal, links, within same root domain and external links 6. Count the number of Follow vs No-Follow links for every link scope. Click on those numbers to traverse through code details 7. Go to fancy review and export function (see below) Screenshot #2 8. Full dynamic link detail table and export to Excel and CSV action 9. Show links by network status 10. Show links by link scope 11. Show links by Follow vs. No-Follow 12. Filter links by keyword Screenshot #3 13. Mouse over any link to see details 14. LRT Power*Trust to measure strength and trust of the target page where the link points to - if this is very low, this could be a problematic or new page 15. Full HTML Source Code to review and possibly spot spammy things 16. Blue Marker for own domains (configured in extension settings) Version History 20180917 V0.1.2 - Initial release 20180918 V0.1.3 - Improved Export function and text labels 20190912 V0.1.5 - Added support for UGC and SPONSORED link rel attribute 20190917 V0.1.6 - Resolved issues with source code preview caused by "data-html" attribute.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Free Backlink Checker by LRT |
ID | nifeadedgedikheglfngocdgfidiiimi |
URL Chính Thức | https://chromewebstore.google.com/detail/free-backlink-checker-by/nifeadedgedikheglfngocdgfidiiimi |
Mô tả | Free backlink checker to verify all links on a page. Finds broken, unverified, no-follow, follow, internal, external links. |
Kích Thước Tệp | 822 KB |
Số Lần Cài Đặt | 24,195 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2021-03-29 |
Ngày Phát Hành | 2019-09-17 |
Đánh Giá | 4.18/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | https://www.linkresearchtools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkresearchtools.com/?utm_source=chrome&utm_medium=browserextension&utm_campaign=link-checker&utm_content=chrome-store&track=chrome-browserextension-link-checker-chrome-store |
URL Trang Trợ Giúp | https://www.linkresearchtools.com/seo-tools/free-seo-tools/link-checker/?utm_source=chrome&utm_medium=browserextension&utm_campaign=link-checker&utm_content=chrome-store&track=chrome-browserextension-link-checker-chrome-store |
URL Trang Chính Sách Bảo Mật | http://www.linkresearchtools.com/legal/browser-extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Free Backlink Checker by LRT", "short_name": "Link Checker", "description": "Free backlink checker to verify all links on a page. Finds broken, unverified, no-follow, follow, internal, external links.", "version": "0.1.6", "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png", "256": "\/img\/icon256.png" }, "browser_action": { "default_icon": "\/img\/icon48.png", "default_popup": "\/html\/widget.html" }, "background": { "scripts": [ "\/lib\/jquery-3.3.1.min.js", "\/lib\/mustache-2.3.0.min.js", "\/lib\/google-analytics-bundle.js", "\/js\/ChromePlatformAnalytics.js", "\/js\/Conf.js", "\/js\/Cache.js", "\/js\/lrt\/LRT.js", "\/js\/lrt\/LRTIcon.js", "\/js\/App.js", "\/js\/background.js" ] }, "web_accessible_resources": [ "\/img\/*", "\/html\/*", "\/css\/*" ], "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "storage" ] } |