Line Tab

A new tab page built for the quickest browsing experience

Vad är Line Tab?

Line Tab är en Chrome-tillägg utvecklad av Shahryar Parvez, och dess huvudfunktion är "A new tab page built for the quickest browsing experience".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Line Tab-förlängningens CRX-fil

Ladda ner Line Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
Officiell webbadress https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Beskrivning A new tab page built for the quickest browsing experience
Filstorlek 167 KB
Antal Installationer 28
Aktuell Version 1.0.0.0
Senast Uppdaterad 2019-01-13
Publiceringsdatum 2019-01-13
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare Shahryar Parvez
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ssparvez.github.io/line-tab
URL till Sekretesspolicy Sidan https://ssparvez.github.io/line-tab/privacy
Stödda Språk 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"
    ]
}