Bookmarks by Date

Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.

Bookmarks by Date란 무엇입니까?

Bookmarks by Date은(는) kirk272에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        When the popup is scrolled, a bubble containing the date is displayed next to the scrollbar. The date can be displayed in many different languages, and the extension supports both light and dark themes. Based on the Recent Bookmarks extension by zamtools.                    

확장 프로그램 기본 정보

이름 Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
공식 URL https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
설명 Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
파일 크기 438 KB
설치 횟수 417
현재 버전 1.0.4
최근 업데이트 2018-08-26
출시 날짜 2018-08-25
평점 4.29/5 총 7 개의 평점
개발자 kirk272
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks by Date",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}