Unclose Tab

This extension will add a button which can reopen the recent closed tab by just one click.

Unclose Tabคืออะไร?

Unclose Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sun TY และคุณลักษณะหลักของมันคือ "This extension will add a button which can reopen the recent closed tab by just one click."

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

screenshot
screenshot

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

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

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

                        This extension will add a button which can reopen the recent closed tab by just one click.
It has the same function as "UndoIt!", which badly refuses to work these days.

该扩展会在浏览器上添加一个按钮,用来打开最近被关闭的标签页。
以前我一直用UndoIt!,最近不知为什么它失效了。这是我根据一些源码编写的,功能非常简单,不必点许多次鼠标才能重新打开一个页面。

0.1.0 编写完成。
0.1.1 增加选项设置。
0.1.2 增加忽略chrome开头的url。
0.1.3 修正未能记录不在列表中的标签页历史的错误。
0.1.4 增加是否忽略Ctrl+Shift+T的设置。
0.1.4.1 修改一个拼写错误。
0.1.5.0 修复不正确的设置。
0.2.0.0 选项页美化。                    

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

ชื่อ Unclose Tab Unclose Tab
ID mobjenagdpenfomciobjmicdloenlehm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unclose-tab/mobjenagdpenfomciobjmicdloenlehm
คำอธิบาย This extension will add a button which can reopen the recent closed tab by just one click.
ขนาดไฟล์ 15.06 KB
จำนวนการติดตั้ง 506
เวอร์ชันปัจจุบัน 0.2.0.0
อัปเดตครั้งล่าสุด 2018-06-11
วันที่เผยแพร่ 2018-06-11
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Sun TY
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "myicon.png",
        "default_title": "Unclose Tab!"
    },
    "description": "This extension will add a button which can reopen the recent closed tab by just one click.",
    "icons": {
        "128": "myicon.png",
        "48": "myicon48.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "option.html"
    },
    "permissions": [
        "tabs"
    ],
    "version": "0.2.0.0",
    "author": "SunTY",
    "manifest_version": 2,
    "name": "Unclose Tab"
}

ส่วนขยายที่เกี่ยวข้อง