Window Saver

Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.

ما هو Window Saver؟

Window Saver هو إضافة Chrome تم تطويرها بواسطة matheusbrat، والميزة الرئيسية لها هي "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Window Saver

قم بتنزيل ملفات الامتداد Window Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Window Saver you can enable monitoring on specific windows. Having a window to be monitored will keep it state saved on chrome storage (it will be synced automatically!). You can close it and use Window Saver to reopen a monitored window later. You can also set the new for a specific window so it will be easy to find your windows.

It will also save the size/position of the window, so you can have them on the same position.                    

معلومات أساسية عن التمديد

الاسم Window Saver Window Saver
ID kljjfajgfddnjhneppbffdcamolclpld
عنوان URL الرسمي https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld
الوصف Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
حجم الملف 103 KB
عدد التثبيتات 94
النسخة الحالية 0.0.3
آخر تحديث 2016-11-27
تاريخ النشر 2016-11-27
تقييم 4.60/5 مجموع تقييمات 5
المطور matheusbrat
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/x-warrior/window-saver
عنوان صفحة المساعدة https://github.com/x-warrior/window-saver
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "name": "Window Saver",
    "manifest_version": 2,
    "description": "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.",
    "browser_action": {
        "default_title": "Window Saver",
        "default_popup": "popup.html"
    },
    "author": "Matheus Bratfisch",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data:;"
}