SEO Highlight Links
SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.
Co to jest SEO Highlight Links?
SEO Highlight Links to rozszerzenie Chrome opracowane przez Shounak Gupte, a jego główną funkcją jest „SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SEO Highlight Links
Pobierz pliki rozszerzeń SEO Highlight Links 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
SEO Highlight Links is part of the SEO Wizard Plugin. Highlight Links is a FREE SEO extension which is useful for SEO Experts and Webmasters. The plugin displays all relevent information about links on a page and also highlights them. Don't forget to refresh the browser after you install the plugin. Go to the Settings tab to select the types of links you want to highlight and also pick a colour. UPDATE 22/05/2017: VERSION 1.0 RELEASED. Main features: - List internal links. - List external links. - List broken links. - Highlight nofollow links. - Highlight dofollow links. - Highlight internal links. - Highlight external links. - Highlight broken links.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ljklgocpdbidpddhfpnmcmfbelfpfjpg |
Oficjalny URL | https://chrome.google.com/webstore/detail/seo-highlight-links/ljklgocpdbidpddhfpnmcmfbelfpfjpg |
Opis | SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them. |
Rozmiar pliku | 975 KB |
Liczba instalacji | 600 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-05-22 |
Data Publikacji | 2017-05-22 |
Ocena | 1.50/5 Łącznie 8 Oceny |
Deweloper | Shounak Gupte |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
Adres URL Strony Pomocy | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
Adres URL Strony Polityki Prywatności | https://www.shounakgupte.com/privacypolicy.htm |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO Highlight Links", "description": "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.", "version": "1.0.1", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.3.js", "content.js", "js\/toastr.min.js" ], "css": [ "css\/toastr.min.css" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "SEO Highlight Links", "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "activeTab", "storage", "http:\/\/*\/*" ] } |