Forest Night - New Tab in HD
26 beautiful forest night images in HD for Chrome new tab.
Cos'è Forest Night - New Tab in HD?
Forest Night - New Tab in HD è un'estensione di Chrome sviluppata da heinkuibanis, e la sua funzione principale è "26 beautiful forest night images in HD for Chrome new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forest Night - New Tab in HD
Scarica i file di estensione Forest Night - New Tab in HD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Night is a naturally occurring event in The Forest that occurs once the sun has set. During the nighttime, the world's brightness is significantly decreased, and light sources are needed to see effectively. Enjoy the beautiful forest night images in HD and other great functions for your Chrome new tab page. Extension Features: - A serial of high quality forest night images of your preferred theme for you to set or let us rotate for you. - Search bar, Originated Google Search experience. Our goal is to bring excellent new tabs to people all over the world. Optimize your browser new tab layout. Each backgrounds is really a masterpiece picked - Enjoy them everytime when you open a new tab in Chrome!
Informazioni di Base sull'Estensione
Nome | |
ID | ecpkdepdoljjffcjoimhlokjmhbpaggn |
URL Ufficiale | https://chrome.google.com/webstore/detail/forest-night-new-tab-in-h/ecpkdepdoljjffcjoimhlokjmhbpaggn |
Descrizione | 26 beautiful forest night images in HD for Chrome new tab. |
Dimensione del File | 85.19 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2019-05-13 |
Data di Pubblicazione | 2019-05-13 |
Sviluppatore | heinkuibanis |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "icons": { "128": "forest_night_128px.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "history", "tabs", "topSites" ], "background": { "scripts": [ "back_js.js" ] }, "browser_action": { "default_icon": "forest_night_128px.png", "default_title": "Forest Night - New Tab in HD", "default_popup": "newtab_page.html" }, "chrome_url_overrides": { "newtab": "newtab_page.html" }, "manifest_version": 2, "name": "__MSG_headTitle__", "version": "2.0", "default_locale": "en", "description": "26 beautiful forest night images in HD for Chrome new tab." } |