Smile New Tab
A modern and happy new tab page for Chrome.
Vad är Smile New Tab?
Smile New Tab är en Chrome-tillägg utvecklad av A Child Developer, och dess huvudfunktion är "A modern and happy new tab page for Chrome.".
Tilläggsskärmbilder
Ladda ner Smile New Tab-förlängningens CRX-fil
Ladda ner Smile New Tab-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
Smile New Tab is the sequel to Inspire New Tab. Smile has tons of apps, and it has backgrounds you will love. It even has a button which makes you smile! This new tab was made for Chromebooks, otherwise the backgrounds don't fit the screen. This shall be fixed in a future update. But for now, enjoy!
Grundläggande Information om Tillägg
Namn | |
ID | dkcobjkclbnibbfealodlnpiflkonifm |
Officiell webbadress | https://chromewebstore.google.com/detail/smile-new-tab/dkcobjkclbnibbfealodlnpiflkonifm |
Beskrivning | A modern and happy new tab page for Chrome. |
Filstorlek | 64.32 MB |
Antal Installationer | 13 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-08-31 |
Publiceringsdatum | 2016-08-31 |
Utvecklare | A Child Developer |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smile New Tab", "description": "A modern and happy new tab page for Chrome.", "version": "1.0", "permissions": [ "management" ], "icons": { "128": "smilish.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |