Tab List Editor

Like OneTab but leaner and with minimum permissions, without tracking.

什麼是Tab List Editor?

Tab List Editor是由http://www.freezeec.com開發的Chrome擴展程式,該擴展的主要功能是“Like OneTab but leaner and with minimum permissions, without tracking.”。

擴展截圖

screenshot

下載Tab List Editor擴展crx文件

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

擴展使用說明

                        Like OneTab but leaner and FOSS.  Named "Tab List Editor".

It started out with the idea of being a OneTab clone where I would release the
source code but immediately I found stuff I could do better and lighter than
OneTab.  For example OneTab runs constantly, while this runs only when it's
called or the tab groups page is displayed.  (Event pages [this] vs. persistent
background page [OneTab].)

Tabs are grouped by date. You can delete an entire groupe of tabs. When you click on "save all" a new group is created.

Options let you choose if you want to display urls and if you want to order tabs by urls.

You can also delete a single tab.

I advocate to keep only one group.

"Tab List Editor" capture only current window tab's.                    

擴展基本資訊

名稱 Tab List Editor Tab List Editor
ID epcdfhdjamhajclkdhoajboimllpefef
官方網址 https://chrome.google.com/webstore/detail/tab-list-editor/epcdfhdjamhajclkdhoajboimllpefef
簡介 Like OneTab but leaner and with minimum permissions, without tracking.
檔案大小 585 KB
安裝次數 406
目前版本 1.0
更新時間 2017-08-16
上架時間 2017-08-16
評分 3.50/5 共 4 次評分
開發者 http://www.freezeec.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab List Editor",
    "version": "1.0",
    "description": "Like OneTab but leaner and with minimum permissions, without tracking.",
    "icons": [],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tab List Editor"
    },
    "background": {
        "page": "tablisteditor.html",
        "persistent": false
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}