Gravatar Research

Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar

Gravatar Research란 무엇입니까?

Gravatar Research은(는) SEO-zona에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar"입니다.

확장 프로그램 스크린샷

screenshot

Gravatar Research 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Щелкните правой кнопкой мыши на изображение Gravatar, чтобы мгновенно получить адрес электронной почты владельца Gravatar                    

확장 프로그램 기본 정보

이름 Gravatar Research Gravatar Research
ID efmgkmdokkgbhkbainaffakhlmfocbok
공식 URL https://chrome.google.com/webstore/detail/gravatar-research/efmgkmdokkgbhkbainaffakhlmfocbok
설명 Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar
파일 크기 15.89 KB
설치 횟수 24
현재 버전 1.0
최근 업데이트 2016-07-11
출시 날짜 2016-07-11
평점 5.00/5 총 1 개의 평점
개발자 SEO-zona
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gravatarus.seo-zona.ru
지원되는 언어 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"
}