Window Namer and Restorer BETA

Give your chrome windows a name and restore from previous sessions.

Window Namer and Restorer BETAคืออะไร?

Window Namer and Restorer BETA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย New Apeiron และคุณลักษณะหลักของมันคือ "Give your chrome windows a name and restore from previous sessions."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Namer and Restorer BETA

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

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

                        Do you sometimes have multiple Chrome windows open and find that it takes a moment to remember or figure out which window houses which tab? 

With this extension you can name your browsing windows! Your custom name will appear in square parenthesis at the beginning of the active tab in each window so you can quickly and easily see which window is which!

This extension also automatically saves the state of any named windows, so if you close one, you can open it back up again easily with just two clicks.

Check the options page for customizable parameters.

This extension is currently in Beta, so there may be times when it doesn't quite function as expected. Whilst it is expected not to have any major faults and generally function correctly, this extension is currently provided as-is and for testing or experimental purposes only. Please do not use unless you are happy with this. New Apeiron accepts no responsibility for loss of data or other damage caused by the use of this extension.

Please note:
Chrome-specific tabs (such as chrome://history/ etc) are fixed so that they cannot be renamed. This means that this extension will not work for that window, when such tabs are selected. However, the prefix will be restored once another tab is selected.
There are some other Google pages which also have this effect and sometimes, you may come across a webpage which renames the page itself. Please let us know when you find these if they are commonly used webpages and not part of the Google or Chrome domain.                    

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

ชื่อ Window Namer and Restorer BETA Window Namer and Restorer BETA
ID elgojbkcijgcpojlfhhmjnclgkofmiha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/window-namer-and-restorer/elgojbkcijgcpojlfhhmjnclgkofmiha
คำอธิบาย Give your chrome windows a name and restore from previous sessions.
ขนาดไฟล์ 96.12 KB
จำนวนการติดตั้ง 323
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-09-21
วันที่เผยแพร่ 2015-09-21
คะแนน 4.32/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา New Apeiron
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Window Namer and Restorer BETA",
    "description": "Give your chrome windows a name and restore from previous sessions.",
    "version": "0.2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "bookmarks",
        "*:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_title": "Window Namer and Restorer",
        "default_icon": "images\/icon19.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background\/events.js",
            "general.js",
            "background\/icons.js",
            "background\/jquery.js",
            "background\/matching.js",
            "background\/messaging.js",
            "urls.js",
            "windows.js",
            "background\/on_load.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}