Simple Window Saver

Save and restore windows.

Simple Window Saverคืออะไร?

Simple Window Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nickbaum และคุณลักษณะหลักของมันคือ "Save and restore windows."

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

screenshot

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

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

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

                        Simple Window Saver makes it super easy to save and restore windows. Keep one window for work tabs, one for Gmail and Facebook, and one for your vacation planning or the research on that new TV you want to buy.

As the title reveals, simplicity is the name of the game. Unlike other session managers, Simple Window Saver remembers when you've saved a window and keeps track of changes. It's not full of features you don't need – it does what you want and it does it well.

Go ahead, give it a try!

If you have feedback or suggestions, do not hesitate to contact me at [email protected]. And if you like this extension, remember to give it a good rating!

- - Data collection - -
Simple Window Saver uses Google Analytics to collect anonymous usage data, such as how many saved windows users have and how often a new window is saved. This helps me improve the extension.

I DO NOT track the urls or titles of the windows/tabs you save, or the names of the saved windows. If you have any concerns about this, you are welcome to inspect the source code (github link below, or use Chrome's web inspector).

- - Contributors - -
Please join me in thanking Timo Reimann for his contributions to this project. Timo has submitted several patches that improve the reliability and performance of the extension.

- - Changes - -
Version 1.4:
* retina icons
* display tab count in badge
* under the hood changes for manifest 2.0
Version 1.3:
* made most recently opened windows appear at the top of the list
* fixed click-to-focus
* added support pinned tabs
* Google Analytics
Version 1.2: improvements in reliability
Version 1.1: click an open window to focus it
Version 1.0: initial release                    

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

ชื่อ Simple Window Saver Simple Window Saver
ID fpfmklldfnlcblofkhdeoohfppdoejdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-window-saver/fpfmklldfnlcblofkhdeoohfppdoejdc
คำอธิบาย Save and restore windows.
ขนาดไฟล์ 19.07 KB
จำนวนการติดตั้ง 14,379
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2012-12-10
วันที่เผยแพร่ 2012-12-10
คะแนน 4.52/5 รวมทั้งหมด 512 คะแนน
ผู้พัฒนา nickbaum
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/nickbaum/Simple-Window-Saver
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Window Saver",
    "version": "1.4",
    "description": "Save and restore windows.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Simple Window Saver",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "localStorage.js",
            "eventHandlers.js",
            "badge.js",
            "background.js",
            "debug.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}