Link Redirect Trace
The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!
什麼是Link Redirect Trace?
Link Redirect Trace是由https://www.linkresearchtools.com開發的Chrome擴展程式,該擴展的主要功能是“The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!”。
擴展截圖
下載Link Redirect Trace擴展crx文件
下載Link Redirect Trace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Perform advanced, comprehensive, and correct analysis of redirects and REL-canonicals.
Get the complete picture on every redirect.
Use this extension for your SEO analysis, On page SEO, Off-page SEO, competitor analysis, and more.
See instantly
- if robots.txt blocks crawlers from a redirect (checked via robots.txt for or X-Robots-Tags in HTTP header);
- which URL drops cookies;
- the LRT Power and LRT Trust of each URL;
- supports NOINDEX/NOFOLLOW tags on every redirect step;
- check for other technical issues like Bot-specific blocking.
Full Description:
https://smart.linkresearchtools.com/seo-tools/link-redirect-trace-extension 擴展基本資訊
| 名稱 | |
| ID | nnpljppamoaalgkieeciijbcccohlpoh |
| 官方網址 | https://chromewebstore.google.com/detail/link-redirect-trace/nnpljppamoaalgkieeciijbcccohlpoh |
| 簡介 | The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust! |
| 檔案大小 | 408 KB |
| 安裝次數 | 120,054 |
| 目前版本 | 1.0.0.0 |
| 更新時間 | 2022-10-06 |
| 上架時間 | 2018-09-27 |
| 評分 | 4.84/5 共 336 次評分 |
| 開發者 | https://www.linkresearchtools.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.linkresearchtools.com/tools/link-redirect-trace-extension/ |
| 說明頁面URL | https://www.facebook.com/groups/1995307584064207 |
| 隱私政策頁面URL | http://www.linkresearchtools.com/legal/browser-extensions-privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Redirect Trace",
"short_name": "Redirect Trace",
"description": "The all-in-one redirect path analyzer. It also analyzes HTTP Headers, REL-canonicals, robots.txt, link power, and link trust!",
"version": "1.0.0.0",
"version_name": "1.0.0.0",
"icons": {
"19": "\/img\/icon19.png",
"38": "\/img\/icon38.png",
"128": "\/img\/icon128.png",
"256": "\/img\/icon256.png"
},
"browser_action": {
"default_icon": "\/img\/icon19.png",
"default_popup": "\/html\/popup.html"
},
"background": {
"scripts": [
"\/lib\/jquery-2.2.1.min.js",
"\/lib\/google-analytics-bundle.js",
"\/js\/ChromePlatformAnalytics.js",
"\/js\/Cache.js",
"\/js\/Tracer.js",
"\/js\/Path.js",
"\/js\/Hop.js",
"\/js\/RobotsTxt.js",
"\/js\/UrlChecker.js",
"\/js\/Warning.js",
"\/js\/Icon.js",
"\/js\/SearchEngines.js",
"\/js\/RobotsImg.js",
"\/js\/RTIcon.js",
"\/js\/lrt\/LRT.js",
"\/js\/IP.js",
"\/js\/Screenshot.js",
"\/js\/App.js",
"\/js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/js\/cs-page.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"\/img\/*"
],
"permissions": [
" | |