My Browser Start Page
With this extension you can easily create start/home pages for your browser.
Cos'è My Browser Start Page?
My Browser Start Page è un'estensione di Chrome sviluppata da https://mybrowserstartpage.ru, e la sua funzione principale è "With this extension you can easily create start/home pages for your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Browser Start Page
Scarica i file di estensione My Browser Start Page 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
We have created a comfortable editor for working with sites and widgets You can: 1) Add new Site(or choose from existing site list) 2) Set background to your start page 3) Add google search 4) Turn borders on/off 5) Change site layers 6) Open site in the new tab or in the existing one 7) Change editor grid
Informazioni di Base sull'Estensione
Nome | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
URL Ufficiale | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
Descrizione | With this extension you can easily create start/home pages for your browser. |
Dimensione del File | 591 KB |
Conteggio Installazioni | 774 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2017-05-01 |
Data di Pubblicazione | 2017-05-01 |
Valutazione | 4.14/5 Totale 14 Valutazioni |
Sviluppatore | https://mybrowserstartpage.ru |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mybrowserstartpage.ru/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Browser Start Page", "description": "With this extension you can easily create start\/home pages for your browser.", "version": "1.4", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/mybrowserstartpage.ru" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |