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
公式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
Eメール [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"
    ]
}