Reddit SpaceX Acronym Expander

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

Wat is Reddit SpaceX Acronym Expander?

Reddit SpaceX Acronym Expander is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension expands acronyms on the SpaceX Reddit page for easier reading".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit SpaceX Acronym Expander

Download Reddit SpaceX Acronym Expander-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Reddit SpaceX Acronym Expander Reddit SpaceX Acronym Expander
ID ifdpkdjglcngbfhpmckkffhbabeanapd
Officiële URL https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd
Beschrijving This extension expands acronyms on the SpaceX Reddit page for easier reading
Bestandsgrootte 50.84 KB
Aantal Installaties 52
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-02
Publicatiedatum 2016-01-30
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}