etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
etwas란 무엇입니까?
etwas은(는) http://etwas-chrome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display your virtual desk with sticky notes and other gadgets in new tab."입니다.
확장 프로그램 스크린샷
etwas 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Etwas, meaning "something" in German, is a well-designed, fine-tuned productivity extension that replaces your dull plain new tab with interactive sticky notes, clock, modern art paint, some adorable plants and more. "New Tab", which you see even more often than your desktop, becomes the best place to remind you with unmissable sticky notes. More gadgets are on the way to you.
확장 프로그램 기본 정보
이름 | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
공식 URL | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
설명 | Display your virtual desk with sticky notes and other gadgets in new tab. |
파일 크기 | 4.82 MB |
설치 횟수 | 46 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://etwas-chrome.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "etwas", "description": "Display your virtual desk with sticky notes and other gadgets in new tab.", "version": "1.0.1", "icons": { "128": "src\/icon_128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "src\/icon_32.png", "default_title": "etwas" }, "permissions": [ "activeTab", "storage", "geolocation" ] } |