Bookmarks by date

Bookmark all opened tabs in a folder with current date.

什麼是Bookmarks by date?

Bookmarks by date是由Team Aardvark開發的Chrome擴展程式,該擴展的主要功能是“Bookmark all opened tabs in a folder with current date.”。

擴展截圖

screenshot
screenshot

下載Bookmarks by date擴展crx文件

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

擴展使用說明

                        Bookmark by date will bookmark all your opened tabs in a folder with current date as name and in subfolders for each opened window. 

I use it to clear my cluttered Chrome windows.

Just install and press the nice icon whenever you want to save all your opened tabs, then, close every tab and start fresh.

Happy browsing! :)

Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1

1.2: Added notifications                    

擴展基本資訊

名稱 Bookmarks by date Bookmarks by date
ID mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
官方網址 https://chromewebstore.google.com/detail/bookmarks-by-date/mmdmdndlbdblbjdphkpfbcpfmfjlcfjk
簡介 Bookmark all opened tabs in a folder with current date.
檔案大小 9.85 KB
安裝次數 2,021
目前版本 1.2
更新時間 2016-11-17
上架時間 2016-11-17
評分 3.71/5 共 7 次評分
開發者 Team Aardvark
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks by date",
    "description": "Bookmark all opened tabs in a folder with current date.",
    "version": "1.2",
    "browser_action": {
        "default_title": "Bookmark all tabs by date",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "short_name": "bbd",
    "offline_enabled": true
}