Line Tab

A new tab page built for the quickest browsing experience

O que é Line Tab?

Line Tab é uma extensão do Chrome desenvolvida por Shahryar Parvez, e sua principal característica é "A new tab page built for the quickest browsing experience".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Line Tab

Baixe arquivos de extensão Line Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
URL Oficial https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
Descrição A new tab page built for the quickest browsing experience
Tamanho do Arquivo 167 KB
Contagem de Instalações 28
Versão Atual 1.0.0.0
Última Atualização 2019-01-13
Data de Publicação 2019-01-13
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor Shahryar Parvez
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ssparvez.github.io/line-tab
URL da Página de Política de Privacidade https://ssparvez.github.io/line-tab/privacy
Idiomas Suportados 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"
    ]
}