Say Time for Chrome
This extension speaks the time every hour.
Say Time for Chrome란 무엇입니까?
Say Time for Chrome은(는) https://wbrawner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension speaks the time every hour."입니다.
확장 프로그램 스크린샷
Say Time for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Say Time for Chrome announces the hour every hour during the periods that you set! Get constant reminders of the hour to make sure that you stay on schedule. CHANGELOG v0.3.0 - March 18th, 2019 - Fixed a bug where it appeared that Wednesday was always disabled despite it being saved - Fixed a bug where the hour would be announced on launch no matter what time it is v0.2.0 - December 27th, 2016 Added dropdown to change voice
확장 프로그램 기본 정보
이름 | Say Time for Chrome |
ID | nfjdpimjabiocgdnlmdonmcdimhbfjhg |
공식 URL | https://chromewebstore.google.com/detail/say-time-for-chrome/nfjdpimjabiocgdnlmdonmcdimhbfjhg |
설명 | This extension speaks the time every hour. |
파일 크기 | 31.95 KB |
설치 횟수 | 259 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2021-02-06 |
출시 날짜 | 2019-03-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://wbrawner.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://wbrawner.com/contact/ |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_title": "Say Time for Chrome" }, "description": "This extension speaks the time every hour.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjY+K5OQjzrSDqPNGTZTHHRYHG4UZx8q4O10oJ1TuA7vfijO\/Cn\/moZWRbV2Biim6jZjI8TohSBFu33VfezQhoUum8WrX7B9wsBwWWHCbk+nkbHQjD3o\/l2eGMA0hpsZrTon41hxmT15vWR5SQ8qF4cbBE9fX1Evd1odKEM9k\/Ccz97Qd6OCiPghIM+vakdB\/cqSZwXEwgbCFZA\/FzD6t4gTrvVmvTjEwzCwgoRbg+v2yP4FIPezJBBQKS6NnsRGP064FDmBX6vaSlSFmQOjOswP0wx8zJ05FL9HoTHJuFLs1yk7nSLspSJAqa28rbnkT2sS8hdrQi07vwF88i7jJDQIDAQAB", "manifest_version": 2, "name": "Say Time for Chrome", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "alarms", "storage", "tts" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.0" } |