New Tab Page With Countdown Timer
Replace new tab page with countdown timer
New Tab Page With Countdown Timer là gì?
New Tab Page With Countdown Timer là một tiện ích mở rộng Chrome được phát triển bởi Miqdad Ali K, và tính năng chính của nó là "Replace new tab page with countdown timer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New Tab Page With Countdown Timer
Tải xuống các tệp mở rộng New Tab Page With Countdown Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjlomhejngokfndjeompgpfeidokhbgp |
URL Chính Thức | https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp |
Mô tả | Replace new tab page with countdown timer |
Kích Thước Tệp | 11.01 MB |
Số Lần Cài Đặt | 307 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2016-02-25 |
Ngày Phát Hành | 2016-02-25 |
Đánh Giá | 2.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Miqdad Ali K |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |