Line Tab

A new tab page built for the quickest browsing experience

什麼是Line Tab?

Line Tab是由Shahryar Parvez開發的Chrome擴展程式,該擴展的主要功能是“A new tab page built for the quickest browsing experience”。

擴展截圖

screenshot
screenshot

下載Line Tab擴展crx文件

下載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
官方網址 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"
    ]
}