Line Tab

A new tab page built for the quickest browsing experience

Line Tabคืออะไร?

Line Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shahryar Parvez และคุณลักษณะหลักของมันคือ "A new tab page built for the quickest browsing experience"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Line Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Speed up your browsing experience with Line Tab - the command-based new tab page. 

For the regular CLI users out there, Line Tab will make you feel right at home in the browser. For others, it will make you feel like a true hacker.

Why use line tab?
- Launch your main bookmarks
- Search on Google
- Jump to any url
- A dark mode option
 
If there is a command or general feature you'd like to see, feel free to drop a message.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
คำอธิบาย A new tab page built for the quickest browsing experience
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2019-01-13
วันที่เผยแพร่ 2019-01-13
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Shahryar Parvez
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ssparvez.github.io/line-tab
URL หน้านโยบายความเป็นส่วนตัว https://ssparvez.github.io/line-tab/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Line Tab",
    "description": "A new tab page built for the quickest browsing experience",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "version": "1.0.0.0",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ]
}