needlles
clock for two
needlles란 무엇입니까?
needlles은(는) chabolab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "clock for two"입니다.
확장 프로그램 스크린샷
needlles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a clock for separated two. It indicates your time and someone who is in a different timezone. The red arrow and fan-shaped area show the time and day/night of them. For example, if the red arrow points at 10 O'clock and the starry sky background, it indicates 10 p.m. on their side. A clock will be shown whenever you opened the Chrome web browser and open a new tab. Timezone can be changed by pulldown list on the right bottom. Awarded at 2014 HTML5 Japan Cup "Chrome Apps Category"
확장 프로그램 기본 정보
이름 | needlles |
ID | mmkbddghaokoagijoibnncdnjmnbkmob |
공식 URL | https://chromewebstore.google.com/detail/needlles/mmkbddghaokoagijoibnncdnjmnbkmob |
설명 | clock for two |
파일 크기 | 3.13 MB |
설치 횟수 | 28 |
현재 버전 | 0.91 |
최근 업데이트 | 2022-09-15 |
출시 날짜 | 2014-07-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | chabolab |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://5jcup.org/works/53b052b2b7a513374c0021d8 |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.91", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon.png", "128": "icon.png" }, "permissions": [], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |