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文件
下載New Tab Page With Countdown Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |