Winky Widgets
A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.
Winky Widgets란 무엇입니까?
Winky Widgets은(는) Nizar Affes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more."입니다.
확장 프로그램 스크린샷
Winky Widgets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An all-in-one Place/Click simple interface can help you focus on interesting things. ★ Organize your todos. ★ Weather anywhere. ★ Crypto rates in 3 currencies (more in the future 😃). ★ Bookmarks. More features and shortcuts coming soon...
확장 프로그램 기본 정보
이름 | Winky Widgets |
ID | mfgcpbcdabageodfebcphkcidhfgcghl |
공식 URL | https://chromewebstore.google.com/detail/winky-widgets/mfgcpbcdabageodfebcphkcidhfgcghl |
설명 | A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more. |
파일 크기 | 565 KB |
설치 횟수 | 11 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2022-06-07 |
출시 날짜 | 2022-06-07 |
개발자 | Nizar Affes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nizaraffes.me/ |
도움말 페이지 URL | https://nizaraffes.me/#contact |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Winky Widgets", "author": "Nizar Affes", "version": "0.1.0", "description": "A rich set of widgets for your new tab, quickly access your favourite pages, add to-do's, check weather, crypto rates and more.", "permissions": [ "storage", "tabs" ], "action": { "default_icon": { "16": ".\/icons\/16.png", "24": ".\/icons\/24.png", "32": ".\/icons\/32.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "default_title": "Winky Widgets" }, "icons": { "16": ".\/icons\/16.png", "24": ".\/icons\/24.png", "32": ".\/icons\/32.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 3 } |