tab: a startpage
Minimal, customizable, command line startpage
Was ist tab: a startpage?
tab: a startpage ist eine Chrome-Erweiterung, die von Kory Schneider entwickelt wurde, und ihr Hauptmerkmal ist "Minimal, customizable, command line startpage".
Erweiterungsscreenshots
tab: a startpage-Erweiterungs-CRX-Datei herunterladen
Laden Sie tab: a startpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Instructions, examples and source code @ github.com/KorySchneider/tab Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gedoejjmdjalipopahiffdghibcodjcj |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj |
| Beschreibung | Minimal, customizable, command line startpage |
| Dateigröße | 5.29 KB |
| Installationsanzahl | 83 |
| Aktuelle Version | 1.0.8 |
| Letztes Update | 2020-03-22 |
| Veröffentlichungsdatum | 2020-03-22 |
| Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
| Entwickler | Kory Schneider |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.github.com/koryschneider/tab |
| Hilfeseite URL | https://www.github.com/koryschneider/tab/issues/new |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "tab: a startpage",
"description": "Minimal, customizable, command line startpage",
"version": "1.0.8",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |