New Tab Page With Countdown Timer
Replace new tab page with countdown timer
Vad är New Tab Page With Countdown Timer?
New Tab Page With Countdown Timer är en Chrome-tillägg utvecklad av Miqdad Ali K, och dess huvudfunktion är "Replace new tab page with countdown timer".
Tilläggsskärmbilder
Ladda ner New Tab Page With Countdown Timer-förlängningens CRX-fil
Ladda ner New Tab Page With Countdown Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | gjlomhejngokfndjeompgpfeidokhbgp |
Officiell webbadress | https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp |
Beskrivning | Replace new tab page with countdown timer |
Filstorlek | 11.01 MB |
Antal Installationer | 307 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2016-02-25 |
Publiceringsdatum | 2016-02-25 |
Betyg | 2.67/5 Totalt 12 Betyg |
Utvecklare | Miqdad Ali K |
Betalningssätt | free |
Stödda Språk | 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" } |