iOS New Tab
An iOS inspired homepage.
Wat is iOS New Tab?
iOS New Tab is een Chrome-extensie ontwikkeld door thomaidistheo, en de belangrijkste functie is "An iOS inspired homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie iOS New Tab
Download iOS New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple startpage for Chrome. Design is inspired by the iOS design language. Contains a search bar, a functioning todo list and shortcuts to some basic websites. Future updates will include ability to choose what website will be displayed.
Basisinformatie over de Extensie
Naam | |
ID | pkokgcljjiaecdnebgfndlnnnhoibonf |
Officiële URL | https://chrome.google.com/webstore/detail/ios-new-tab/pkokgcljjiaecdnebgfndlnnnhoibonf |
Beschrijving | An iOS inspired homepage. |
Bestandsgrootte | 561 KB |
Aantal Installaties | 768 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-01-25 |
Publicatiedatum | 2020-04-01 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | thomaidistheo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iOS New Tab", "description": "An iOS inspired homepage.", "version": "1.3", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "\/assets\/photos\/favicon-4.png", "default_popup": "\/todo app\/todo.html", "default_title": "ToDo List" }, "permission": [ "tabs" ], "background": { "scripts": [ "\/assets\/js\/greeting.js" ], "persistent": false } } |