Cloud Reader

Eazy access to all your PDFs in any pc, auto sync your reading progress

Cloud Readerคืออะไร?

Cloud Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yinthewater และคุณลักษณะหลักของมันคือ "Eazy access to all your PDFs in any pc, auto sync your reading progress"

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

screenshot

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

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

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

                        A simple and easy to use pdf reader, only 2 clicks away to all PDFs stored in your google drive. The best thing about Cloud Reader is that it will automatically save your reading progress, when you open the same book again, even on another computer, it will magically jump to where you were. So, just start and enjoy your good read!!                    

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

ชื่อ Cloud Reader Cloud Reader
ID knlbliicakhgdgifgcimkpakegjdddic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cloud-reader/knlbliicakhgdgifgcimkpakegjdddic
คำอธิบาย Eazy access to all your PDFs in any pc, auto sync your reading progress
ขนาดไฟล์ 867 KB
จำนวนการติดตั้ง 283
เวอร์ชันปัจจุบัน 1.0.0.5
อัปเดตครั้งล่าสุด 2017-03-02
วันที่เผยแพร่ 2017-03-02
คะแนน 4.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา yinthewater
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/yinthewind/CloudReader
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Reader",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxJ2csjtol0+mNmBRu8nfyYX8Qjp7hMTwm9dSj909rzmRpJR9E87zDWByDL3NTVM265eIv+lYML2B21hctF8WTvqs4Te\/6n\/dP6mupQCf3d\/7FZkYw4zvaUNbC9eO\/E6q\/rHsZzevVP09qK6RA58EDRC3vrE7E4D5Bs+SS1sjNFtciFkIof2fSpskbuF\/MVeLFqiGfFCaIel8FPu3Cd2sjLN6ALHMO+nXOneX6iFzYcxc67EQ\/R5J9t5Btke6ufFx8nRpFC3IChD+19+hh+Z5iGbD3w4ZzJbu\/6pA+2ksdpKHgDfELTzlH8K8HW1JjVOVmC33hwJmU\/DgmrM9x3Hd3QIDAQAB",
    "description": "Eazy access to all your PDFs in any pc, auto sync your reading progress",
    "version": "1.0.0.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "identity",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/apis.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/*.googleusercontent.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/accounts.google.com\/*"
            ],
            "js": [
                "pageLoader.bundle.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "331335626158-239hv2a6uincrkrnki0eajgbngbt7bkp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}