Line Tab

A new tab page built for the quickest browsing experience

Apa itu Line Tab?

Line Tab adalah ekstensi Chrome yang dikembangkan oleh Shahryar Parvez, dan fitur utamanya adalah "A new tab page built for the quickest browsing experience".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Line Tab

Unduh file ekstensi Line Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
URL Resmi https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Deskripsi A new tab page built for the quickest browsing experience
Ukuran File 167 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2019-01-13
Tanggal Publikasi 2019-01-13
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Shahryar Parvez
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ssparvez.github.io/line-tab
URL Halaman Kebijakan Privasi https://ssparvez.github.io/line-tab/privacy
Bahasa yang Didukung 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"
    ]
}