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
电子邮箱 [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"
    ]
}