Reddit SpaceX Acronym Expander

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

Qu'est-ce que Reddit SpaceX Acronym Expander ?

Reddit SpaceX Acronym Expander est une extension Chrome développée par Unknown, et sa fonction principale est "This extension expands acronyms on the SpaceX Reddit page for easier reading".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reddit SpaceX Acronym Expander

Téléchargez les fichiers d'extension Reddit SpaceX Acronym Expander au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Reddit SpaceX Acronym Expander Reddit SpaceX Acronym Expander
ID ifdpkdjglcngbfhpmckkffhbabeanapd
URL Officiel https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd
Description This extension expands acronyms on the SpaceX Reddit page for easier reading
Taille du Fichier 50.84 KB
Nombre d'Installations 52
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-02
Date de Publication 2016-01-30
Évaluation 3.83/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}