Timeout

Hey, take a break.

ما هو Timeout؟

Timeout هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Hey, take a break.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Timeout

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

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

                        TimeOut is a tool to promote a healthy lifestyle at work. The extension lets you save webpages or notes to read at a later time when it reminds you to take a break. Take a walk, stay hydrated, or read that article that you couldn't make time for this morning.                    

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

الاسم Timeout Timeout
ID iihjckfemnlglmafncjgpfckobigbmaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf
الوصف Hey, take a break.
حجم الملف 23.49 KB
عدد التثبيتات 92
النسخة الحالية 1.2
آخر تحديث 2015-03-20
تاريخ النشر 2015-03-20
تقييم 3.50/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeout",
    "version": "1.2",
    "description": "Hey, take a break.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "idle"
    ],
    "browser_action": {
        "default_title": "Timeout",
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "Timeout",
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}