tabash
a bash-like 'new-tab' page for browser
Wat is tabash?
tabash is een Chrome-extensie ontwikkeld door Jiseop Han, en de belangrijkste functie is "a bash-like 'new-tab' page for browser".
Extensie Screenshots
Download het CRX-bestand van de extensie tabash
Download tabash-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
tabash is a shell program for managing url shortcuts easily. * Manage url shortcuts with command line interface * use import/export command to save and restore your data
Basisinformatie over de Extensie
Naam | tabash |
ID | jpcolfmebaaehfnfhbkjhaopoelkjgni |
Officiële URL | https://chromewebstore.google.com/detail/tabash/jpcolfmebaaehfnfhbkjhaopoelkjgni |
Beschrijving | a bash-like 'new-tab' page for browser |
Bestandsgrootte | 10.88 MB |
Aantal Installaties | 29 |
Huidige Versie | 0.8.3 |
Laatst Bijgewerkt | 2023-05-06 |
Publicatiedatum | 2020-06-28 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Jiseop Han |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jshan2017/tabash |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabash", "description": "a bash-like 'new-tab' page for browser", "version": "0.8.3", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "manifest_version": 3 } |