Line Tab

A new tab page built for the quickest browsing experience

Line Tab란 무엇입니까?

Line Tab은(는) Shahryar Parvez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab page built for the quickest browsing experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Line Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
공식 URL https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
설명 A new tab page built for the quickest browsing experience
파일 크기 167 KB
설치 횟수 28
현재 버전 1.0.0.0
최근 업데이트 2019-01-13
출시 날짜 2019-01-13
평점 2.00/5 총 1 개의 평점
개발자 Shahryar Parvez
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ssparvez.github.io/line-tab
개인정보 보호 정책 페이지 URL https://ssparvez.github.io/line-tab/privacy
지원되는 언어 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"
    ]
}