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 |
官方網址 | 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" } } |