Line Tab

A new tab page built for the quickest browsing experience

Co to jest Line Tab?

Line Tab to rozszerzenie Chrome opracowane przez Shahryar Parvez, a jego główną funkcją jest „A new tab page built for the quickest browsing experience”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Line Tab

Pobierz pliki rozszerzeń Line Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
Oficjalny URL https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Opis A new tab page built for the quickest browsing experience
Rozmiar pliku 167 KB
Liczba instalacji 28
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2019-01-13
Data Publikacji 2019-01-13
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Shahryar Parvez
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ssparvez.github.io/line-tab
Adres URL Strony Polityki Prywatności https://ssparvez.github.io/line-tab/privacy
Obsługiwane Języki 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"
    ]
}