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.
Cos'è SEO Highlight Links?
SEO Highlight Links è un'estensione di Chrome sviluppata da Shounak Gupte, e la sua funzione principale è "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEO Highlight Links
Scarica i file di estensione SEO Highlight Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ljklgocpdbidpddhfpnmcmfbelfpfjpg |
URL Ufficiale | https://chrome.google.com/webstore/detail/seo-highlight-links/ljklgocpdbidpddhfpnmcmfbelfpfjpg |
Descrizione | SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them. |
Dimensione del File | 975 KB |
Conteggio Installazioni | 600 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-05-22 |
Data di Pubblicazione | 2017-05-22 |
Valutazione | 1.50/5 Totale 8 Valutazioni |
Sviluppatore | Shounak Gupte |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
URL della Pagina di Aiuto | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
URL della Pagina della Politica sulla Privacy | https://www.shounakgupte.com/privacypolicy.htm |
Lingue Supportate | 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:\/\/*\/*" ] } |