NASA Acronyms

Select a NASA acronym to expand it.

What is NASA Acronyms?

NASA Acronyms is a Chrome extension developed by https://nasaacronyms.com, and its main feature is "Select a NASA acronym to expand it.".

Extension Screenshots

screenshot

Download NASA Acronyms Extension CRX File

Download NASA Acronyms extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a tool containing over 10,000 acronyms.

Joel Malissa & Logan Stafman                    

Extension Basic Information

Name NASA Acronyms NASA Acronyms
ID anpbkdhjbebjjkgdbglbcfaenjldbinf
Official URL https://chromewebstore.google.com/detail/nasa-acronyms/anpbkdhjbebjjkgdbglbcfaenjldbinf
Description Select a NASA acronym to expand it.
File Size 67.99 KB
Installation Count 766
Current Version 1.12
Last Updated 2022-04-08
Publish Date 2019-10-20
Rating 5.00/5 Total 4 Ratings
Developer https://nasaacronyms.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NASA Acronyms",
    "description": "Select a NASA acronym to expand it.",
    "version": "1.12",
    "action": {
        "default_icon": "nasa-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.nasaacronyms.com\/*",
                "*:\/\/*.pamvo.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.qtip-3.0.3.min.js",
                "script.js"
            ],
            "css": [
                "jquery.qtip-3.0.3.min.css",
                "acronyms.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/nasa\/NASA-Acronyms\/master\/lists"
    ],
    "icons": {
        "16": "nasa-logo16.png",
        "48": "nasa-logo48.png",
        "128": "nasa-logo128.png"
    }
}