OpenedTabs

A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click

OpenedTabs क्या है?

OpenedTabs AVJLabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple Chrome Tab Manager Extension which List Tabs, Copy all at once Opened tabs in the Chrome Window without clicking on going on the tab.

It increases the user Productivity and enhance your work. The Extension Copies the list of all opened tabs to the  local clipboard in a single click.

So that you can save a ton tabs all at once in your File, Email, IM Chat, etc. without any Panic,with Less Effort

Shows all Opened tabs in the current Google Chrome Window with their details like URL,Title,TAB ID,Webpage Icon and Status.

The Extension also allows the user to "Reload" and "Close" the tabs of the current window without moving to tab.

User can use the copied text from the clipboard for their personal use,save in a text file,in Email,sending links to friends and family.

Open tabs in one tab list, copy and share with anyone                    

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

नाम OpenedTabs OpenedTabs
ID hgohfinkmbjghllknbjejeagkmckehif
आधिकारिक URL https://chromewebstore.google.com/detail/openedtabs/hgohfinkmbjghllknbjejeagkmckehif
विवरण A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click
फ़ाइल का आकार 467 KB
स्थापना संख्या 282
वर्तमान संस्करण 1.6
अंतिम अपडेट 2020-10-27
प्रकाशन तिथि 2014-07-30
रेटिंग 3.50/5 कुल 6 रेटिंग्स
डेवलपर AVJLabs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.facebook.com/Openedtabs
सहायता पृष्ठ URL https://github.com/anaghvj/OpenedTabs
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenedTabs",
    "description": "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click",
    "version": "1.6",
    "icons": {
        "48": "icon_48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/Images\/icon_48.png"
    ],
    "browser_action": {
        "default_icon": "\/Images\/favicon.png",
        "default_popup": "tablist.html"
    }
}