Better things to do

Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…

ما هو Better things to do؟

Better things to do هو إضافة Chrome تم تطويرها بواسطة Artem Tyurin، والميزة الرئيسية لها هي "Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Better things to do

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

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

                        Dead simple Chrome extension to save up some time.

You add a website to the list and the extension asks you to wait for 60 seconds before visiting it. Timer stops if the tab is not active.

Source code: https://github.com/agentcooper/better-things-to-do.                    

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

الاسم Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
الوصف Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…
حجم الملف 383 KB
عدد التثبيتات 13
النسخة الحالية 0.0.5
آخر تحديث 2017-02-25
تاريخ النشر 2017-02-25
المطور Artem Tyurin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/agentcooper/better-things-to-do
عنوان صفحة المساعدة https://github.com/agentcooper/better-things-to-do/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better things to do",
    "version": "0.0.5",
    "author": "Artem Tyurin ",
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "dist\/bundle.js",
        "dist\/style.css"
    ]
}