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文件

下载Reddit SpaceX Acronym Expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}