TextToHelium

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

TextToHeliumとは何ですか?

TextToHeliumはhttps://www.liamsorta.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.」です。

拡張機能のスクリーンショット

screenshot

TextToHelium拡張機能のCRXファイルをダウンロード

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"
    }
}