Start! 2
A new start page for all your start paging needs.
Cos'è Start! 2?
Start! 2 è un'estensione di Chrome sviluppata da https://ilkkah.com, e la sua funzione principale è "A new start page for all your start paging needs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Start! 2
Scarica i file di estensione Start! 2 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
Start! 2 is a new version of Start!
Features:
- Automatic logo fetching
- Automatic background images from Flickr, a new background updates periodically
- A nice bookmarks browser
Support: http://ilkkah.com/2017/03/01/start-2/ Informazioni di Base sull'Estensione
| Nome | |
| ID | kmpdihgkoocjnalpalbomgfmheaooclo |
| URL Ufficiale | https://chromewebstore.google.com/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo |
| Descrizione | A new start page for all your start paging needs. |
| Dimensione del File | 124 KB |
| Conteggio Installazioni | 81 |
| Versione Corrente | 1.1.8 |
| Ultimo Aggiornamento | 2017-04-01 |
| Data di Pubblicazione | 2017-03-31 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | https://ilkkah.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://ilkkah.com/2017/03/01/start-2/ |
| URL della Pagina di Aiuto | http://ilkkah.com/2017/03/01/start-2/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Start! 2",
"version": "1.1.8",
"manifest_version": 2,
"description": "A new start page for all your start paging needs.",
"icons": {
"16": "stuff\/1276754433_media-playback-start.png",
"32": "stuff\/1276754432_media-playback-start.png",
"48": "stuff\/start-icon-48.png",
"128": "stuff\/start-icon-128.png"
},
"chrome_url_overrides": {
"newtab": "browse.html"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"chrome:\/\/favicon\/",
"bookmarks",
"tabs",
"management"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.flickr.com; object-src 'self'"
} | |