Redective - The Reddit Search Detective

Quickly search for information about Reddit users.

Redective - The Reddit Search Detective란 무엇입니까?

Redective - The Reddit Search Detective은(는) http://www.redective.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly search for information about Reddit users."입니다.

확장 프로그램 스크린샷

screenshot

Redective - The Reddit Search Detective 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Redective is a service that assists reddit users in finding information about other reddit users, most notably for major events such as the annual reddit secret santa.

The Redective extension adds a toolbar button that allows you to quickly use the service provided by redective.com to search for information about reddit users.

In addition to a toolbar button, a small Redective icon is placed next to the usernames of redditor's to allow you to begin the search for users with just one click.                    

확장 프로그램 기본 정보

이름 Redective - The Reddit Search Detective Redective - The Reddit Search Detective
ID pogppacjbclcagjhklbbdjfogepkjooi
공식 URL https://chrome.google.com/webstore/detail/redective-the-reddit-sear/pogppacjbclcagjhklbbdjfogepkjooi
설명 Quickly search for information about Reddit users.
파일 크기 21.73 KB
설치 횟수 394
현재 버전 1.0.0.0
최근 업데이트 2013-12-02
출시 날짜 2013-12-02
평점 5.00/5 총 7 개의 평점
개발자 http://www.redective.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "homepage_url": "http:\/\/www.redective.com\/",
    "version": "1.0.0.0",
    "default_locale": "en_US",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/extension_19x19.png",
            "38": "img\/extension_38x38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_ExtensionName__"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "js\/extension.js",
                "js\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "html\/background.html"
    },
    "web_accessible_resources": [
        "img\/icon_8x8.png"
    ],
    "icons": {
        "16": "img\/extension_16x16.png",
        "32": "img\/extension_32x32.png",
        "48": "img\/extension_48x48.png",
        "64": "img\/extension_64x64.png",
        "128": "img\/extension_128x128.png"
    }
}