SEO Page Spider
This extension adds SEO tools to Google Chrome.
Wat is SEO Page Spider?
SEO Page Spider is een Chrome-extensie ontwikkeld door http://londonwebfactory.com, en de belangrijkste functie is "This extension adds SEO tools to Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie SEO Page Spider
Download SEO Page Spider-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
A simple and easy to use SEO tool that will help you to optimize your web pages for search engines.
Basisinformatie over de Extensie
Naam | |
ID | gmkicgpgdcpbfalncohgiopigodkdbnk |
Officiële URL | https://chrome.google.com/webstore/detail/seo-page-spider/gmkicgpgdcpbfalncohgiopigodkdbnk |
Beschrijving | This extension adds SEO tools to Google Chrome. |
Bestandsgrootte | 1.05 MB |
Aantal Installaties | 344 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2018-01-09 |
Publicatiedatum | 2018-01-09 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://londonwebfactory.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO Page Spider", "description": "This extension adds SEO tools to Google Chrome.", "version": "0.0.0.4", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "activeTab" ] } |