Reddit SpaceX Acronym Expander

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

Cos'è Reddit SpaceX Acronym Expander?

Reddit SpaceX Acronym Expander è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension expands acronyms on the SpaceX Reddit page for easier reading".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit SpaceX Acronym Expander

Scarica i file di estensione Reddit SpaceX Acronym Expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Reddit SpaceX Acronym Expander Reddit SpaceX Acronym Expander
ID ifdpkdjglcngbfhpmckkffhbabeanapd
URL Ufficiale https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd
Descrizione This extension expands acronyms on the SpaceX Reddit page for easier reading
Dimensione del File 50.84 KB
Conteggio Installazioni 52
Versione Corrente 1.1
Ultimo Aggiornamento 2016-02-02
Data di Pubblicazione 2016-01-30
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}