OpenedTabs

A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click

OpenedTabsคืออะไร?

OpenedTabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AVJLabs และคุณลักษณะหลักของมันคือ "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple Chrome Tab Manager Extension which List Tabs, Copy all at once Opened tabs in the Chrome Window without clicking on going on the tab.

It increases the user Productivity and enhance your work. The Extension Copies the list of all opened tabs to the  local clipboard in a single click.

So that you can save a ton tabs all at once in your File, Email, IM Chat, etc. without any Panic,with Less Effort

Shows all Opened tabs in the current Google Chrome Window with their details like URL,Title,TAB ID,Webpage Icon and Status.

The Extension also allows the user to "Reload" and "Close" the tabs of the current window without moving to tab.

User can use the copied text from the clipboard for their personal use,save in a text file,in Email,sending links to friends and family.

Open tabs in one tab list, copy and share with anyone                    

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

ชื่อ OpenedTabs OpenedTabs
ID hgohfinkmbjghllknbjejeagkmckehif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openedtabs/hgohfinkmbjghllknbjejeagkmckehif
คำอธิบาย A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click
ขนาดไฟล์ 467 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2020-10-27
วันที่เผยแพร่ 2014-07-30
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา AVJLabs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/Openedtabs
URL หน้าช่วยเหลือ https://github.com/anaghvj/OpenedTabs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenedTabs",
    "description": "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click",
    "version": "1.6",
    "icons": {
        "48": "icon_48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/Images\/icon_48.png"
    ],
    "browser_action": {
        "default_icon": "\/Images\/favicon.png",
        "default_popup": "tablist.html"
    }
}