Reddit SpaceX Acronym Expander

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

Reddit SpaceX Acronym Expander là gì?

Reddit SpaceX Acronym Expander là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension expands acronyms on the SpaceX Reddit page for easier reading".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit SpaceX Acronym Expander

Tải xuống các tệp mở rộng Reddit SpaceX Acronym Expander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit SpaceX Acronym Expander Reddit SpaceX Acronym Expander
ID ifdpkdjglcngbfhpmckkffhbabeanapd
URL Chính Thức https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd
Mô tả This extension expands acronyms on the SpaceX Reddit page for easier reading
Kích Thước Tệp 50.84 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-02
Ngày Phát Hành 2016-01-30
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}