Get Your Ass Back to Work!

The productivity app that kicks your ass into shape with insults and tough love.

Get Your Ass Back to Work!คืออะไร?

Get Your Ass Back to Work! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kcmoffat และคุณลักษณะหลักของมันคือ "The productivity app that kicks your ass into shape with insults and tough love."

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

screenshot
screenshot
screenshot

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

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

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

                        Get Your Ass Back to Work! is the best damn productivity extension out there.  You know you can't be trusted, so GYABTW  will ruthlessly close any time-wasting chrome tabs (like facebook, youtube, twitter, etc) after you've spent 15 seconds wasting your life away on them.  To add insult to injury, a chrome notification will insult you for being a heap of wasted oxygen since you're watching cat videos instead of getting shit done.

GYABTW is fun and makes you more productive.  It's an f'ing win-win for everyone.  

Oh yea, and we want to make sure this remains the best damn productivity extension out there, so send us feedback here: https://docs.google.com/forms/d/1vuSPJ_bAxX_MveYg6ci9rnkh80oHH8Oe-ar9uvEYC6M/edit?usp=sharing                    

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

ชื่อ Get Your Ass Back to Work! Get Your Ass Back to Work!
ID oeieffaeohmbbikibkekfpcdlkckcjfl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/get-your-ass-back-to-work/oeieffaeohmbbikibkekfpcdlkckcjfl
คำอธิบาย The productivity app that kicks your ass into shape with insults and tough love.
ขนาดไฟล์ 56.07 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.43
อัปเดตครั้งล่าสุด 2015-01-29
วันที่เผยแพร่ 2015-01-29
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา kcmoffat
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Your Ass Back to Work!",
    "short_name": "Get Crackin!",
    "version": "1.43",
    "description": "The productivity app that kicks your ass into shape with insults and tough love.",
    "icons": {
        "128": "128.png",
        "64": "64.png",
        "48": "48.png",
        "16": "16.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "http:\/\/goo.gl\/forms\/iFdDwcCYdE"
    ],
    "author": "Kasey Moffat",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "128.png",
        "src\/options\/options.html"
    ],
    "browser_action": {
        "default_title": "Turn productivity time on\/off and other settings, ya pansy.",
        "default_icon": "16.png",
        "default_popup": "popup.html"
    }
}