Tabs Hide Button

Hides all tabs very fast by single button click and restores them later. Also available a context menu option for control.

Tabs Hide Buttonคืออะไร?

Tabs Hide Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Hides all tabs very fast by single button click and restores them later. Also available a context menu option for control."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Tabs Hide Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hides all tabs very quickly with a single click of a button and restores them later. A contextual option is also available ...

The "Tabs Hide Button" extension is a powerful and improved tool. This extension starts working immediately after the first launch and has an intuitive, easy-to-use interface. Has an excellent design.

The "Tabs Hide" extension can hide and restore all tabs of pages very quickly with a single button on the browser toolbar or by clicking the mouse in the context menu.

If you do not want to restore your tabs (bookmarks), then just delete the "temporary Tabs Hide Button" folder in the Chrome "Other bookmarks".
In addition (on the extension settings page), you can set a password for the tab restore function. Also you can enable the hidden mode option.

Can hide and restore all tabs very quickly using a single button on the browser toolbar;
You can set a password for the tab restore function;
Can work in stealth mode;
The control option is available from the context menu;
Has an intuitive and easy-to-use interface, starts working immediately after the first start;
Has an excellent design;
The extension is absolutely free!

This program is an excellent tool for working with tabs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tabs Hide Button Tabs Hide Button
ID oifjbhkleedmcbpaplpabnaponaadhbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabs-hide-button/oifjbhkleedmcbpaplpabnaponaadhbk
คำอธิบาย Hides all tabs very fast by single button click and restores them later. Also available a context menu option for control.
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 2,214
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-03-12
วันที่เผยแพร่ 2017-03-11
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_extension_default_title__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content\/idle.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en_US",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/icon-128.png",
        "19": "images\/context_icon-19.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33",
    "name": "__MSG_extension_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "short_name": "__MSG_extension_short_name__",
    "version": "1.0.2",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}