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.
Wat is SEO Highlight Links?
SEO Highlight Links is een Chrome-extensie ontwikkeld door Shounak Gupte, en de belangrijkste functie is "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.".
Extensie Screenshots
Download het CRX-bestand van de extensie SEO Highlight Links
Download SEO Highlight Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ljklgocpdbidpddhfpnmcmfbelfpfjpg |
Officiële URL | https://chrome.google.com/webstore/detail/seo-highlight-links/ljklgocpdbidpddhfpnmcmfbelfpfjpg |
Beschrijving | SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them. |
Bestandsgrootte | 975 KB |
Aantal Installaties | 600 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-05-22 |
Publicatiedatum | 2017-05-22 |
Beoordeling | 1.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Shounak Gupte |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
Help Pagina-URL | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
URL van de Privacybeleid Pagina | https://www.shounakgupte.com/privacypolicy.htm |
Ondersteunde Talen | 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:\/\/*\/*" ] } |