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.
Qu'est-ce que SEO Highlight Links ?
SEO Highlight Links est une extension Chrome développée par Shounak Gupte, et sa fonction principale est "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SEO Highlight Links
Téléchargez les fichiers d'extension SEO Highlight Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ljklgocpdbidpddhfpnmcmfbelfpfjpg |
URL Officiel | https://chrome.google.com/webstore/detail/seo-highlight-links/ljklgocpdbidpddhfpnmcmfbelfpfjpg |
Description | SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them. |
Taille du Fichier | 975 KB |
Nombre d'Installations | 600 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-05-22 |
Date de Publication | 2017-05-22 |
Évaluation | 1.50/5 Total 8 Évaluations |
Développeur | Shounak Gupte |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
URL de la Page d'Aide | http://www.shounakgupte.com/seo-wizard/?utm_source=chrome |
URL de la Page de Politique de Confidentialité | https://www.shounakgupte.com/privacypolicy.htm |
Langues Prises en Charge | 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:\/\/*\/*" ] } |