Straight to the Link
Scrolls to and highlights the backlink
Straight to the Linkとは何ですか?
Straight to the Linkはsnegostoopによって開発されたChromeの拡張機能で、その主な機能は「Scrolls to and highlights the backlink」です。
拡張機能のスクリーンショット
Straight to the Link拡張機能のCRXファイルをダウンロード
Straight to the Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Straight-to-the-Link is an extension that helps SEO specialists with the process of backlinks analysis. When doing your backlinks research, oftentimes you find yourself manually surfing through pages that link to your website. But finding your link on each page time after time is a tedious task. Straight-to-the-link eliminates this hassle. You just type in your domain name and the browser will scroll down to the link and highlight it for you.
拡張機能の基本情報
名前 | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
公式URL | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
説明 | Scrolls to and highlights the backlink |
ファイルサイズ | 77.04 KB |
インストール数 | 61 |
現在のバージョン | 1.0.6 |
最終更新日 | 2014-08-17 |
公開日 | 2014-08-17 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | snegostoop |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Straight to the Link", "description": "Scrolls to and highlights the backlink", "version": "1.0.6", "options_page": "options.html", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_title": "Set the domain", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "cont_script.js" ] } ], "manifest_version": 2 } |