Line Tab

A new tab page built for the quickest browsing experience

Cos'è Line Tab?

Line Tab è un'estensione di Chrome sviluppata da Shahryar Parvez, e la sua funzione principale è "A new tab page built for the quickest browsing experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Line Tab

Scarica i file di estensione Line Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
URL Ufficiale https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Descrizione A new tab page built for the quickest browsing experience
Dimensione del File 167 KB
Conteggio Installazioni 28
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2019-01-13
Data di Pubblicazione 2019-01-13
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore Shahryar Parvez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ssparvez.github.io/line-tab
URL della Pagina della Politica sulla Privacy https://ssparvez.github.io/line-tab/privacy
Lingue Supportate 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"
    ]
}