Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

Tab List란 무엇입니까?

Tab List은(는) 0xfd000000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

확장 프로그램 기본 정보

이름 Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
공식 URL https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
설명 Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
파일 크기 36.36 KB
설치 횟수 24
현재 버전 1.0.0.1
최근 업데이트 2018-04-08
출시 날짜 2018-04-08
평점 5.00/5 총 1 개의 평점
개발자 0xfd000000
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/0xfd000000/tablist
도움말 페이지 URL https://github.com/0xfd000000/tablist/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}