Reddit SpaceX Acronym Expander
This extension expands acronyms on the SpaceX Reddit page for easier reading
What is Reddit SpaceX Acronym Expander?
Reddit SpaceX Acronym Expander is a Chrome extension developed by Unknown, and its main feature is "This extension expands acronyms on the SpaceX Reddit page for easier reading".
Extension Screenshots
Download Reddit SpaceX Acronym Expander Extension CRX File
Download Reddit SpaceX Acronym Expander 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 extension expands acronyms on the SpaceX subreddit - http://reddit.com/r/spacex. Acronyms taken from http://www.decronym.xyz/
Extension Basic Information
Name | Reddit SpaceX Acronym Expander |
ID | ifdpkdjglcngbfhpmckkffhbabeanapd |
Official URL | https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd |
Description | This extension expands acronyms on the SpaceX Reddit page for easier reading |
File Size | 50.84 KB |
Installation Count | 52 |
Current Version | 1.1 |
Last Updated | 2016-02-02 |
Publish Date | 2016-01-30 |
Rating | 3.83/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |