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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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"
    ]
}