TabLayer

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

什麼是TabLayer?

TabLayer是由https://tablayer.com開發的Chrome擴展程式,該擴展的主要功能是“TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs”。

擴展截圖

screenshot
screenshot
screenshot

下載TabLayer擴展crx文件

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

擴展使用說明

                        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
官方網址 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'"
}