TextToHelium

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

Was ist TextToHelium?

TextToHelium ist eine Chrome-Erweiterung, die von https://www.liamsorta.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.".

Erweiterungsscreenshots

screenshot

TextToHelium-Erweiterungs-CRX-Datei herunterladen

Laden Sie TextToHelium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TextToHelium TextToHelium
ID dcekefambcfepncaalhgccjkibkfjjmb
Offizielle URL https://chromewebstore.google.com/detail/texttohelium/dcekefambcfepncaalhgccjkibkfjjmb
Beschreibung Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.
Dateigröße 6.93 KB
Installationsanzahl 10
Aktuelle Version 0.1
Letztes Update 2016-03-15
Veröffentlichungsdatum 2016-03-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.liamsorta.co.uk
Zahlungsart free
Erweiterungswebsite https://github.com/LiamSorta
Unterstützte Sprachen 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"
    }
}