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文件

下載Bookmarks by Date擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}