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
公式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
Eメール [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'"
}