Tabulator

Manage your open tabs from the new tab page

Tabulator란 무엇입니까?

Tabulator은(는) https://gettabulator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your open tabs from the new tab page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
 Tabulator takes over your new tab page and allows:
 - viewing all your open tabs
  - filtering through open tabs, by title or url
  - switching to a tab, usually after filtering
  - closing tabs from the page
  - re-ordering tabs via drag and drop                    

확장 프로그램 기본 정보

이름 Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
공식 URL https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
설명 Manage your open tabs from the new tab page
파일 크기 74.77 KB
설치 횟수 196
현재 버전 1.1.0
최근 업데이트 2018-07-08
출시 날짜 2018-07-07
평점 4.00/5 총 3 개의 평점
개발자 https://gettabulator.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulator",
    "author": "Ammar Khaku",
    "version": "1.1.0",
    "description": "Manage your open tabs from the new tab page",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "bundles\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        ""
    ],
    "minimum_chrome_version": "50"
}