Indexing Test
Test if the URL is indexed by Google
Wat is Indexing Test?
Indexing Test is een Chrome-extensie ontwikkeld door jeremyfine365, en de belangrijkste functie is "Test if the URL is indexed by Google".
Extensie Screenshots
Download het CRX-bestand van de extensie Indexing Test
Download Indexing Test-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
This extension enables you to quickly check if the page you are viewing has been indexed by Google. Simply navigate to the link you want to check and click "Indexing Test".
Basisinformatie over de Extensie
Naam | |
ID | cgbeihidkikgdcoogkeoeconphggdhop |
Officiële URL | https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop |
Beschrijving | Test if the URL is indexed by Google |
Bestandsgrootte | 18.78 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-04-01 |
Publicatiedatum | 2014-04-01 |
Beoordeling | 1.23/5 Totaal 13 Beoordelingen |
Ontwikkelaar | jeremyfine365 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Indexing Test", "description": "Test if the URL is indexed by Google", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |