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
扩展基本信息
名称 | tabash |
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 |
电子邮箱 | [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 } |