Straight to the Link
Scrolls to and highlights the backlink
Co to jest Straight to the Link?
Straight to the Link to rozszerzenie Chrome opracowane przez snegostoop, a jego główną funkcją jest „Scrolls to and highlights the backlink”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Straight to the Link
Pobierz pliki rozszerzeń Straight to the Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Oficjalny URL | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
Opis | Scrolls to and highlights the backlink |
Rozmiar pliku | 77.04 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2014-08-17 |
Data Publikacji | 2014-08-17 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | snegostoop |
Typ Płatności | free |
Obsługiwane Języki | 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 } |