tabash

a bash-like 'new-tab' page for browser

tabashคืออะไร?

tabash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jiseop Han และคุณลักษณะหลักของมันคือ "a bash-like 'new-tab' page for browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tabash

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}