New Tab Page With Countdown Timer
Replace new tab page with countdown timer
New Tab Page With Countdown Timer란 무엇입니까?
New Tab Page With Countdown Timer은(는) Miqdad Ali K에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with countdown timer"입니다.
확장 프로그램 스크린샷
New Tab Page With Countdown Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will replace you'r new tab page. You can set countdown timer. Plugin will show random images from flickr/if offline it will show random images which included in extension
확장 프로그램 기본 정보
이름 | |
ID | gjlomhejngokfndjeompgpfeidokhbgp |
공식 URL | https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp |
설명 | Replace new tab page with countdown timer |
파일 크기 | 11.01 MB |
설치 횟수 | 307 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2016-02-25 |
출시 날짜 | 2016-02-25 |
평점 | 2.67/5 총 12 개의 평점 |
개발자 | Miqdad Ali K |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' https:\/\/api.flickr.com; object-src 'self'", "description": "Replace new tab page with countdown timer", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "permissions": [ "storage", "chrome:\/\/favicon\/*", "topSites" ], "manifest_version": 2, "name": "New Tab Page With Countdown Timer", "offline_enabled": true, "version": "1.0.4" } |