Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

Tab List क्या है?

Tab List 0xfd000000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking."।

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

screenshot

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

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

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

                        This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

एक्सटेंशन की मूल जानकारी

नाम Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
आधिकारिक URL https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
विवरण Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
फ़ाइल का आकार 36.36 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2018-04-08
प्रकाशन तिथि 2018-04-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 0xfd000000
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/0xfd000000/tablist
सहायता पृष्ठ URL https://github.com/0xfd000000/tablist/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}