Remaining : A New Tab Extension
The coolest new tab extension which will tell you how much time is left in year, month, week and day.
Co je Remaining : A New Tab Extension?
Remaining : A New Tab Extension je rozšíření Chrome vyvinuté gauravmehla, a jeho hlavní funkcí je „The coolest new tab extension which will tell you how much time is left in year, month, week and day.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Remaining : A New Tab Extension
Stáhněte si soubory rozšíření Remaining : A New Tab Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out. Stay Motivated
Základní Informace o Rozšíření
Název | Remaining : A New Tab Extension |
ID | nnkdehdcffmohpahglchigmmnmahpdjo |
Oficiální URL | https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo |
Popis | The coolest new tab extension which will tell you how much time is left in year, month, week and day. |
Velikost souboru | 816 KB |
Počet instalací | 18 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2018-05-06 |
Datum Vydání | 2018-05-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | gauravmehla |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://gauravmehla.github.io/Remaining |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remaining : A New Tab Extension", "short_name": "Remaining : A New Tab Extension", "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.", "version": "1.0.2", "browser_action": { "default_icon": ".\/icons\/38.png" }, "icons": { "16": ".\/icons\/16.png", "24": ".\/icons\/24.png", "32": ".\/icons\/32.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "256": ".\/icons\/256.png", "512": ".\/icons\/512.png" }, "chrome_url_overrides": { "newtab": ".\/index.html" }, "manifest_version": 2, "web_accessible_resources": [ "index.html" ] } |