Gravatar Research
Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar
Co to jest Gravatar Research?
Gravatar Research to rozszerzenie Chrome opracowane przez SEO-zona, a jego główną funkcją jest „Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gravatar Research
Pobierz pliki rozszerzeń Gravatar Research 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
Щелкните правой кнопкой мыши на изображение Gravatar, чтобы мгновенно получить адрес электронной почты владельца Gravatar
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | efmgkmdokkgbhkbainaffakhlmfocbok |
Oficjalny URL | https://chrome.google.com/webstore/detail/gravatar-research/efmgkmdokkgbhkbainaffakhlmfocbok |
Opis | Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar |
Rozmiar pliku | 15.89 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-11 |
Data Publikacji | 2016-07-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | SEO-zona |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://gravatarus.seo-zona.ru |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gravatar Research", "description": "Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar", "homepage_url": "http:\/\/gravatarus.seo-zona.ru", "icons": { "128": "icon128.png", "16": "icon16.png", "64": "icon64.png", "48": "icon48.png" }, "browser_action": { "default_icon": { "64": "icon64.png" }, "default_title": "Gravatar Research" }, "background": { "scripts": [ "GravatarResearch.js" ] }, "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |