ExplainToMe

Extension to automatically expand acronyms used on certain subreddits (SpaceX, Space, etc) using http://www.decronym.xyz/ API.

What is ExplainToMe?

ExplainToMe is a Chrome extension developed by Ivan Dubrov, and its main feature is "Extension to automatically expand acronyms used on certain subreddits (SpaceX, Space, etc) using http://www.decronym.xyz/ API.".

Extension Screenshots

screenshot

Download ExplainToMe Extension CRX File

Download ExplainToMe 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

                        Extension to automatically expand acronyms used on certain subreddits (SpaceX, Space, etc) using http://www.decronym.xyz/ API.                    

Extension Basic Information

Name ExplainToMe ExplainToMe
ID cofndpkmpmgalcgggfdejdccdonifokj
Official URL https://chromewebstore.google.com/detail/explaintome/cofndpkmpmgalcgggfdejdccdonifokj
Description Extension to automatically expand acronyms used on certain subreddits (SpaceX, Space, etc) using http://www.decronym.xyz/ API.
File Size 23.74 KB
Installation Count 33
Current Version 0.3
Last Updated 2016-02-19
Publish Date 2016-02-18
Developer Ivan Dubrov
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExplainToMe",
    "short_name": "ExplainToMe",
    "description": "Extension to automatically expand acronyms used on certain subreddits (SpaceX, Space, etc) using http:\/\/www.decronym.xyz\/ API.",
    "version": "0.3",
    "background": {
        "scripts": [
            "src\/dictionary.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*"
            ],
            "css": [
                "src\/opentip.css"
            ],
            "js": [
                "src\/markdown.min.js",
                "src\/opentip-native.min.js",
                "src\/explainToMe.js"
            ]
        }
    ],
    "incognito": "not_allowed",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/www.decronym.xyz\/"
    ],
    "author": "Ivan Dubrov"
}