Mortality
Replace new tab page with a counter of your age
Vad är Mortality?
Mortality är en Chrome-tillägg utvecklad av alphabt, och dess huvudfunktion är "Replace new tab page with a counter of your age".
Tilläggsskärmbilder
Ladda ner Mortality-förlängningens CRX-fil
Ladda ner Mortality-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 replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. GitHub: https://github.com/alphabt/mortality
Grundläggande Information om Tillägg
Namn | Mortality |
ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
Officiell webbadress | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
Beskrivning | Replace new tab page with a counter of your age |
Filstorlek | 210 KB |
Antal Installationer | 226 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2021-08-01 |
Publiceringsdatum | 2020-04-12 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | alphabt |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/alphabt/mortality |
Hjälpsida URL | https://github.com/alphabt/mortality/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "tab.html" }, "version": "1.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |