Bookmarks Table

View your Chrome bookmarks by date in a sortable searchable table

Bookmarks Table란 무엇입니까?

Bookmarks Table은(는) nick.script0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your Chrome bookmarks by date in a sortable searchable table"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search your entire Chrome bookmarks collection in a table format. Each column is sortable and searchable.

To open click the icon to the right of your address bar.

This is an Open Source source project, please see the website link for more info.                    

확장 프로그램 기본 정보

이름 Bookmarks Table Bookmarks Table
ID eaabmhkokgaboihbikohlooneokghmcp
공식 URL https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp
설명 View your Chrome bookmarks by date in a sortable searchable table
파일 크기 180 KB
설치 횟수 1,550
현재 버전 0.7
최근 업데이트 2021-09-22
출시 날짜 2015-08-22
평점 4.55/5 총 22 개의 평점
개발자 nick.script0
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nickscript0/chrome-bookmarks-table
도움말 페이지 URL https://github.com/nickscript0/chrome-bookmarks-table/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarks Table",
    "version": "0.7",
    "description": "View your Chrome bookmarks by date in a sortable searchable table",
    "action": {
        "name": "Load bookmarks",
        "default_icon": {
            "19": "icons\/button19_lightgrey.png",
            "38": "icons\/button38_lightgrey.png"
        }
    },
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "icons": {
        "16": "icons\/button16_lightgrey.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}