TextToHelium

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

¿Qué es TextToHelium?

TextToHelium es una extensión de Chrome desarrollada por https://www.liamsorta.co.uk, y su función principal es "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TextToHelium

Descarga archivos de extensión TextToHelium en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TextToHelium TextToHelium
ID dcekefambcfepncaalhgccjkibkfjjmb
URL Oficial https://chromewebstore.google.com/detail/texttohelium/dcekefambcfepncaalhgccjkibkfjjmb
Descripción Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.
Tamaño del Archivo 6.93 KB
Cantidad de Instalaciones 10
Versión Actual 0.1
Última Actualización 2016-03-15
Fecha de Publicación 2016-03-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.liamsorta.co.uk
Tipo de Pago free
Sitio Web de la Extensión https://github.com/LiamSorta
Idiomas Soportados 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"
    }
}