Back To Work!

Display a notification on selected websites to remind you to get back to work.

Back To Work!คืออะไร?

Back To Work! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rhnvrm และคุณลักษณะหลักของมันคือ "Display a notification on selected websites to remind you to get back to work."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Back To Work!

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

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

                        Display a small notification on selected websites to remind you to get back to work. 

It's OpenSource Too! You can contribute to the extension with your ideas and code at https://github.com/rhnvrm/back2work                    

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

ชื่อ Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
คำอธิบาย Display a notification on selected websites to remind you to get back to work.
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2016-04-02
วันที่เผยแพร่ 2016-04-02
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา rhnvrm
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Back To Work!",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "author": "Rohan Verma (rhnvrm) ",
    "homepage_url": "http:\/\/rohanverma.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/assets\/sounds\/*"
    ]
}