Line Tab

A new tab page built for the quickest browsing experience

What is Line Tab?

Line Tab is a Chrome extension developed by Shahryar Parvez, and its main feature is "A new tab page built for the quickest browsing experience".

Extension Screenshots

screenshot
screenshot

Download Line Tab Extension CRX File

Download Line Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
Official URL https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Description A new tab page built for the quickest browsing experience
File Size 167 KB
Installation Count 28
Current Version 1.0.0.0
Last Updated 2019-01-13
Publish Date 2019-01-13
Rating 2.00/5 Total 1 Ratings
Developer Shahryar Parvez
Email [email protected]
Payment Type free
Extension Website https://ssparvez.github.io/line-tab
Privacy Policy Page URL https://ssparvez.github.io/line-tab/privacy
Supported Languages 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"
    ]
}