Reddit SpaceX Acronym Expander
This extension expands acronyms on the SpaceX Reddit page for easier reading
Reddit SpaceX Acronym Expander क्या है?
Reddit SpaceX Acronym Expander Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension expands acronyms on the SpaceX Reddit page for easier reading"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit SpaceX Acronym Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension expands acronyms on the SpaceX subreddit - http://reddit.com/r/spacex. Acronyms taken from http://www.decronym.xyz/
एक्सटेंशन की मूल जानकारी
नाम | Reddit SpaceX Acronym Expander |
ID | ifdpkdjglcngbfhpmckkffhbabeanapd |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-spacex-acronym-exp/ifdpkdjglcngbfhpmckkffhbabeanapd |
विवरण | This extension expands acronyms on the SpaceX Reddit page for easier reading |
फ़ाइल का आकार | 50.84 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-02-02 |
प्रकाशन तिथि | 2016-01-30 |
रेटिंग | 3.83/5 कुल 6 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |