Indexing Test
Test if the current page is indexed by Google
Co to jest Indexing Test?
Indexing Test to rozszerzenie Chrome opracowane przez benzihomo, a jego główną funkcją jest „Test if the current page is indexed by Google”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Indexing Test
Pobierz pliki rozszerzeń Indexing Test w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lgonpmchaeokedifbjenbcnjcdefdceg |
Oficjalny URL | https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg |
Opis | Test if the current page is indexed by Google |
Rozmiar pliku | 8.9 KB |
Liczba instalacji | 40,015 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2014-03-11 |
Data Publikacji | 2014-03-11 |
Ocena | 2.14/5 Łącznie 21 Oceny |
Deweloper | benzihomo |
Typ Płatności | free |
Obsługiwane Języki | 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 } |