Reddit SpaceX Acronym Expander

This extension expands acronyms on the SpaceX Reddit page for easier reading

Reddit SpaceX Acronym Expander란 무엇입니까?

Reddit SpaceX Acronym Expander은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension expands acronyms on the SpaceX Reddit page for easier reading"입니다.

확장 프로그램 스크린샷

screenshot

Reddit SpaceX Acronym Expander 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension expands acronyms on the SpaceX subreddit - http://reddit.com/r/spacex. Acronyms taken from http://www.decronym.xyz/                    

확장 프로그램 기본 정보

이름 Reddit SpaceX Acronym Expander Reddit SpaceX Acronym Expander
ID ifdpkdjglcngbfhpmckkffhbabeanapd
공식 URL https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd
설명 This extension expands acronyms on the SpaceX Reddit page for easier reading
파일 크기 50.84 KB
설치 횟수 52
현재 버전 1.1
최근 업데이트 2016-02-02
출시 날짜 2016-01-30
평점 3.83/5 총 6 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit SpaceX Acronym Expander",
    "description": "This extension expands acronyms on the SpaceX Reddit page for easier reading",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/spacex\/comments\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "expander.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "spacex.json"
    ]
}