TextToHelium

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

Τι είναι το TextToHelium;

Το TextToHelium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.liamsorta.co.uk, και η κύρια λειτουργία του είναι "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης TextToHelium

Λήψη αρχείων επέκτασης TextToHelium σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TextToHelium TextToHelium
ID dcekefambcfepncaalhgccjkibkfjjmb
Επίσημο URL https://chromewebstore.google.com/detail/texttohelium/dcekefambcfepncaalhgccjkibkfjjmb
Περιγραφή Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.
Μέγεθος Αρχείου 6.93 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2016-03-15
Ημερομηνία Δημοσίευσης 2016-03-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.liamsorta.co.uk
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/LiamSorta
Υποστηριζόμενες Γλώσσες 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"
    }
}