Line Tab

A new tab page built for the quickest browsing experience

Wat is Line Tab?

Line Tab is een Chrome-extensie ontwikkeld door Shahryar Parvez, en de belangrijkste functie is "A new tab page built for the quickest browsing experience".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Line Tab

Download Line Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
Officiële URL https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Beschrijving A new tab page built for the quickest browsing experience
Bestandsgrootte 167 KB
Aantal Installaties 28
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2019-01-13
Publicatiedatum 2019-01-13
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Shahryar Parvez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ssparvez.github.io/line-tab
URL van de Privacybeleid Pagina https://ssparvez.github.io/line-tab/privacy
Ondersteunde Talen 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"
    ]
}