TextToHelium

Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.

What is TextToHelium?

TextToHelium is a Chrome extension developed by https://www.liamsorta.co.uk, and its main feature is "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.".

Extension Screenshots

screenshot

Download TextToHelium Extension CRX File

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

                        The TextToHelium Chrome extension is the pointless extension you never knew you didn't need. 

Ever had a situation where you've thought to yourself, "Man, I wish I could highlight some text and have it read in a silly, high pitched voice!"? Well, probably not. It's fun to try out though!


Features:
- Highlight text!
- Right clicking!
- Clicking a button on a context menu!
- Irritating voice!
- Free money!* 
- Open Source! https://github.com/LiamSorta/TextToHelium

I made this since I've never done JS before and I felt like making something.
Some self-promotion links:
https://github.com/LiamSorta
https://twitter.com/LiamSorta

* - No actual free money.                    

Extension Basic Information

Name TextToHelium TextToHelium
ID dcekefambcfepncaalhgccjkibkfjjmb
Official URL https://chromewebstore.google.com/detail/texttohelium/dcekefambcfepncaalhgccjkibkfjjmb
Description Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.
File Size 6.93 KB
Installation Count 10
Current Version 0.1
Last Updated 2016-03-15
Publish Date 2016-03-15
Rating 5.00/5 Total 1 Ratings
Developer https://www.liamsorta.co.uk
Payment Type free
Extension Website https://github.com/LiamSorta
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TextToHelium",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "sample.js",
            "index.js"
        ]
    },
    "manifest_version": 2,
    "description": "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    }
}