TabLayer

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

TabLayerคืออะไร?

TabLayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tablayer.com และคุณลักษณะหลักของมันคือ "TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabLayer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}