CodeProject Article Reader

Make codeproject articles more readable.

CodeProject Article Readerคืออะไร?

CodeProject Article Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vincechan.me และคุณลักษณะหลักของมันคือ "Make codeproject articles more readable."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeProject Article Reader

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

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

                        If you are the type that will spend time to customize the styles of your IDE and like to read articles on codeproject.com, you will love this extension.

Features:
* Choice of 8 different available PrismJS themes to customize the styles of the code in an article.
* Choice of 16 different available Bootswatch themes to customize the styles of the article
* Choice of 3 fixed layouts or fluid layout
* Theme choices will be saved. Read article in preferred themes with one click.                    

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

ชื่อ CodeProject Article Reader CodeProject Article Reader
ID ahlafaphgbmmbiabcdecifalepbcobgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codeproject-article-reade/ahlafaphgbmmbiabcdecifalepbcobgl
คำอธิบาย Make codeproject articles more readable.
ขนาดไฟล์ 88.29 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-06-01
วันที่เผยแพร่ 2016-06-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://vincechan.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeProject Article Reader",
    "short_name": "CPReader",
    "description": "Make codeproject articles more readable.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "Read Article in Reader",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "http:\/\/*.codeproject.com\/"
    ]
}