TabLayer

TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs

TabLayer क्या है?

TabLayer https://tablayer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs"।

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

screenshot
screenshot
screenshot

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

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

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

                        TabLayer - Quick look in tabs for Chrome™
TabLayer - The awesome feature that's sorely missing in Chrome™ : Quick look in tabs, which lets you see the open tabs without opening them. All you have to do is press the TabLayer extension’s button. That means you can instantly watch a thumbnail and description of each open tab you have, and choose to do one of the features:

Navigate to this tab.
Close this tab.
Chrome™ doesn't come with this feature, but, thankfully, TabLayer fills that void.

It has more options:

Searching by text for specific tab.
Thumbnail or List view.
Sorting by 3 options: Sites, Latest views, Chrome™
And more…                    

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

नाम TabLayer TabLayer
ID hobcdfpaenipabjldommmpjopagmplmk
आधिकारिक URL https://chromewebstore.google.com/detail/tablayer/hobcdfpaenipabjldommmpjopagmplmk
विवरण TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs
फ़ाइल का आकार 296 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-07-04
प्रकाशन तिथि 2020-06-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://tablayer.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tablayer.com
सहायता पृष्ठ URL https://tablayer.com/#getintouch
गोपनीयता नीति पृष्ठ URL https://www.sanjer.co.il/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabLayer",
    "version": "1.0",
    "description": "TabLayer - The awesome feature that's sorely missing in Chrome\u2122\ufe0f: Quick look in tabs",
    "options_page": "options.html#settings",
    "icons": {
        "48": "tablayer_48.png",
        "128": "tablayer_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "TabLayer  - Quick look in tabs for Chrome\u2122",
        "default_icon": "tablayer_48.png",
        "default_popup": "tab_layer.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com; object-src 'self'"
}