Indexing Test
Test if the current page is indexed by Google
Cos'è Indexing Test?
Indexing Test è un'estensione di Chrome sviluppata da benzihomo, e la sua funzione principale è "Test if the current page is indexed by Google".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Indexing Test
Scarica i file di estensione Indexing Test 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
This extension enables you to test if the current page is indexed by Google. Simply select "Indexing Test" from the context menu on the page you want to check.
Informazioni di Base sull'Estensione
Nome | |
ID | lgonpmchaeokedifbjenbcnjcdefdceg |
URL Ufficiale | https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg |
Descrizione | Test if the current page is indexed by Google |
Dimensione del File | 8.9 KB |
Conteggio Installazioni | 40,015 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-03-11 |
Data di Pubblicazione | 2014-03-11 |
Valutazione | 2.14/5 Totale 21 Valutazioni |
Sviluppatore | benzihomo |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Indexing Test", "description": "Test if the current page is indexed by Google", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "version": "0.1", "manifest_version": 2 } |