Eat Your Kimchi Nasty Reader

Keeps you updated on the latest news from the Eat Your Kimchi crew!

Eat Your Kimchi Nasty Readerคืออะไร?

Eat Your Kimchi Nasty Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fred และคุณลักษณะหลักของมันคือ "Keeps you updated on the latest news from the Eat Your Kimchi crew!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eat Your Kimchi Nasty Reader

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

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

                        Eat Your Kimchi Nasty Reader is a Chrome Extension that keeps you updated on the latest news from the EYK crew!
You'll be notified when a new article/post/tweet is published (you can change this on the options page).

About Eat Your Kimchi:
Simon and Martina are a married Canadian couple that moved to South Korea in 2008 and have been there ever since. They started making lame videos about their lives in Korea just for fun, but now they do it full time. Like, all the time. In fact, they’re probably making videos right now, as you’re reading this. It’s still a mystery to both of them as to why anyone watches their videos and endures their awkward sense of humour.
One theory they have is that people watch their videos only to see their dog Spudgy, who is half Pekingese and half dragon and has an impeccable taste in fashion. If not for Spudgy, then people might be watching for their Scottish Fold cat Dr. Meemersworth, who holds a degree in Quantum Mechanics from Harvard University and another degree in Meemerology from Seoul National University.

Have fun with it! :)

New in version 0.1.9:
- Live Chat countdown

New in version 0.1.4:
- Tumblr!
- Kpop Charts countdown

New in version 0.1.3:
- Google+!                    

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

ชื่อ Eat Your Kimchi Nasty Reader Eat Your Kimchi Nasty Reader
ID dikibenjbnodfjbbegeegnlhccgclenc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/eat-your-kimchi-nasty-rea/dikibenjbnodfjbbegeegnlhccgclenc
คำอธิบาย Keeps you updated on the latest news from the Eat Your Kimchi crew!
ขนาดไฟล์ 642 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 0.1.12
อัปเดตครั้งล่าสุด 2013-11-15
วันที่เผยแพร่ 2013-11-15
คะแนน 4.82/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา Fred
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://eatyourkimchi.com
URL หน้าช่วยเหลือ https://twitter.com/zntfdr
ภาษาที่รองรับ en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "0.1.12",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "img\/icon16_eyk.png",
        "48": "img\/icon48_eyk.png",
        "128": "img\/icon128_eyk.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "_generated_background_page.html"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/jquery.js",
            "scripts\/lib\/analytics.js",
            "scripts\/lib\/oauth.js",
            "scripts\/lib\/sha1.js",
            "scripts\/twitter.js",
            "scripts\/background.js",
            "scripts\/notifications.js",
            "scripts\/parser.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon16_eyk.png",
        "default_title": "Eat Your Kimchi Nasty Reader",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}