TabRecall

Store and organize your browsing sessions

什麼是TabRecall?

TabRecall是由ramchan5916開發的Chrome擴展程式,該擴展的主要功能是“Store and organize your browsing sessions”。

擴展截圖

screenshot

下載TabRecall擴展crx文件

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

擴展使用說明

                        With TabRecall you can create profiles of the pages you often visit. 

For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window.

Organizing your browsing sessions was never that easy until now.                    

擴展基本資訊

名稱 TabRecall TabRecall
ID jigeoabeodiakeocihgcppapnfikpaad
官方網址 https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad
簡介 Store and organize your browsing sessions
檔案大小 56.58 KB
安裝次數 67
目前版本 0.4
更新時間 2016-11-04
上架時間 2016-11-03
評分 5.00/5 共 2 次評分
開發者 ramchan5916
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabRecall",
    "description": "Store and organize your browsing sessions",
    "version": "0.4",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "windows": "Alt+Shift+A",
                "mac": "Alt+Shift+A",
                "chromeos": "Alt+Shift+A",
                "linux": "Alt+Shift+A"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}