Tab List Editor

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

Tab List Editor क्या है?

Tab List Editor http://www.freezeec.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Like OneTab but leaner and with minimum permissions, without tracking."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab List Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}