Comfortable RPubs

Extension for comfortable reading the articles of RPubs.

Comfortable RPubsคืออะไร?

Comfortable RPubs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hoxo_m และคุณลักษณะหลักของมันคือ "Extension for comfortable reading the articles of RPubs."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comfortable RPubs

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

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

                        1. Change CSS for more comfortable reading.
2. Change hyperlink target to "_blank" to open new tab.
3. Search articles
4. RSS feed
5. Solved the problem that mixing HTTPS with HTTP                    

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

ชื่อ Comfortable RPubs Comfortable RPubs
ID noighcjkbkmjmpmfopmpmefoiaddgijo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo
คำอธิบาย Extension for comfortable reading the articles of RPubs.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2014-07-06
วันที่เผยแพร่ 2014-07-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hoxo_m
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comfortable RPubs",
    "description": "__MSG_extDescription__",
    "version": "0.0.6",
    "page_action": {
        "default_icon": ".\/icon_016.png",
        "default_title": "__MSG_popupTitle__",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rpubs.com\/*",
                "http:\/\/rstudio-pubs-static.s3.amazonaws.com\/*",
                "https:\/\/rpubs.com\/*\/*"
            ],
            "js": [
                "jquery-2.1.0.js",
                "myscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": ".\/icon_016.png",
        "48": ".\/icon_048.png",
        "128": ".\/icon_128.png"
    },
    "background": {
        "page": ".\/background.html"
    },
    "default_locale": "en"
}