Tab Gear

Chrome extension for tab management

Tab Gearคืออะไร?

Tab Gear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pobedit Instruments และคุณลักษณะหลักของมันคือ "Chrome extension for tab management"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tag Gears is an extension for Google Chrome that provides an intuitive tab management.

Some of the features that will come handy:

✔ List of all open tabs.
✔ See incognito tabs.
✔ Move your tabs in a preferred order — just drag and drop them!
✔ Search by title and URL — just start typing.
✔ Tab discarding. Allows Chrome to automatically discard tabs that aren't of great interest to you when it's detected that system memory is running pretty low.
✔ Displays the number of tabs you currently have open in all your Chrome windows.
✔ Closing selective tabs.
✔ Closing all open tabs.
✔ Quick opening your extensions.
✔ Localization for English and Russian languages.
✔ Press Ctrl+Shift+T or ⌘+⇧+T keys to show or hide the browser action popup.
✔ Do you want to prevent closing multiple tabs? It's possible by default and configurable!                    

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

ชื่อ Tab Gear Tab Gear
ID almpknjjcngnpimhjmcfgiafmfcdjfae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-gear/almpknjjcngnpimhjmcfgiafmfcdjfae
คำอธิบาย Chrome extension for tab management
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2016-12-10
วันที่เผยแพร่ 2016-12-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Pobedit Instruments
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pobedit-instruments/tab-gear
URL หน้าช่วยเหลือ https://github.com/pobedit-instruments/tab-gear/issues
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.0.5",
    "author": "Pobedit Instruments",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "45.0",
    "offline_enabled": true,
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": ".\/files\/icons\/16x16.png",
        "48": ".\/files\/icons\/48x48.png",
        "128": ".\/files\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": ".\/files\/icons\/38x38.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": ".\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": ".\/options\/index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+T"
            }
        }
    },
    "web_accessible_resources": [
        "files\/*",
        "options\/*",
        "main.css",
        "main.js",
        "index.html"
    ],
    "content_security_policy": "default-src 'self' blob:; font-src * data: blob:; script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'"
}