TextToHelium
Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.
O que é TextToHelium?
TextToHelium é uma extensão do Chrome desenvolvida por https://www.liamsorta.co.uk, e sua principal característica é "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TextToHelium
Baixe arquivos de extensão TextToHelium no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TextToHelium |
ID | dcekefambcfepncaalhgccjkibkfjjmb |
URL Oficial | https://chromewebstore.google.com/detail/texttohelium/dcekefambcfepncaalhgccjkibkfjjmb |
Descrição | Highlight any piece of text and your friendly neighbourhood helium canister will say it for you. |
Tamanho do Arquivo | 6.93 KB |
Contagem de Instalações | 10 |
Versão Atual | 0.1 |
Última Atualização | 2016-03-15 |
Data de Publicação | 2016-03-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.liamsorta.co.uk |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/LiamSorta |
Idiomas Suportados | 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" } } |