tabash
a bash-like 'new-tab' page for browser
tabashとは何ですか?
tabashはJiseop Hanによって開発されたChromeの拡張機能で、その主な機能は「a bash-like 'new-tab' page for browser」です。
拡張機能のスクリーンショット
tabash拡張機能のCRXファイルをダウンロード
tabash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | jpcolfmebaaehfnfhbkjhaopoelkjgni |
| 公式URL | https://chromewebstore.google.com/detail/tabash/jpcolfmebaaehfnfhbkjhaopoelkjgni |
| 説明 | a bash-like 'new-tab' page for browser |
| ファイルサイズ | 10.88 MB |
| インストール数 | 29 |
| 現在のバージョン | 0.8.3 |
| 最終更新日 | 2023-05-06 |
| 公開日 | 2020-06-28 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Jiseop Han |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/jshan2017/tabash |
| 対応言語 | 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
} | |