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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |