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.”。
扩展截图
下载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 |
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" } } |