豆瓣电子书比价

本插件帮您在浏览豆瓣上的书目时找到该书的电子版(正版,需付费)。现支持多看,亚马逊,京东,亚马逊,当当。

豆瓣电子书比价คืออะไร?

豆瓣电子书比价 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cuipengfei2008 และคุณลักษณะหลักของมันคือ "本插件帮您在浏览豆瓣上的书目时找到该书的电子版(正版,需付费)。现支持多看,亚马逊,京东,亚马逊,当当。"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 豆瓣电子书比价

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

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

                        本插件帮您在浏览豆瓣上的书目时找到该书的电子版(正版,需付费)。现支持多看,京东,亚马逊,当当。

2015.04.02:升级,修复多看,当当,京东改版的问题。
2013.02.24:支持nook和kobo。
2013.02.18:支持亚马逊美国站。                    

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

ชื่อ 豆瓣电子书比价 豆瓣电子书比价
ID ppbnlfplpcjhdphaejdfhbojmjifdjgd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%AD%90%E4%B9%A6%E6%AF%94%E4%BB%B7/ppbnlfplpcjhdphaejdfhbojmjifdjgd
คำอธิบาย 本插件帮您在浏览豆瓣上的书目时找到该书的电子版(正版,需付费)。现支持多看,亚马逊,京东,亚马逊,当当。
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 1.13
อัปเดตครั้งล่าสุด 2015-04-01
วันที่เผยแพร่ 2015-04-01
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา cuipengfei2008
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://cuipengfei.me/blog/2013/04/01/doubanebookprice/
URL หน้าช่วยเหลือ http://cuipengfei.me/blog/2013/04/01/doubanebookprice/
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8c46\u74e3\u7535\u5b50\u4e66\u6bd4\u4ef7",
    "description": "\u672c\u63d2\u4ef6\u5e2e\u60a8\u5728\u6d4f\u89c8\u8c46\u74e3\u4e0a\u7684\u4e66\u76ee\u65f6\u627e\u5230\u8be5\u4e66\u7684\u7535\u5b50\u7248\uff08\u6b63\u7248\uff0c\u9700\u4ed8\u8d39\uff09\u3002\u73b0\u652f\u6301\u591a\u770b\uff0c\u4e9a\u9a6c\u900a\uff0c\u4eac\u4e1c\uff0c\u4e9a\u9a6c\u900a\uff0c\u5f53\u5f53\u3002",
    "version": "1.13",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "img\/books16.gif",
        "48": "img\/books48.png",
        "128": "img\/books128.gif"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/book.douban.com\/subject\/*"
            ],
            "js": [
                "js\/dependencies\/jQuery-1.8.2.js",
                "js\/dependencies\/knockout-latest.debug.js",
                "js\/injecter.js",
                "js\/searchers\/utils.js",
                "js\/searchers\/duokanSearcher.js",
                "js\/searchers\/tangchaSearcher.js",
                "js\/searchers\/amazonSearcher.js",
                "js\/searchers\/taobaoSearcher.js",
                "js\/searchers\/jingdongSearcher.js",
                "js\/searchers\/dangdangSearcher.js",
                "js\/searchers\/nookSearcher.js",
                "js\/searchers\/koboSearcher.js",
                "js\/searchers.js",
                "js\/binder.js",
                "js\/launcher.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/book.duokan.com\/",
        "http:\/\/tangcha.tc\/",
        "http:\/\/www.amazon.cn\/",
        "http:\/\/www.amazon.com\/",
        "http:\/\/shuzi.taobao.com\/",
        "http:\/\/search.e.jd.com\/",
        "http:\/\/search.dangdang.com\/",
        "http:\/\/www.barnesandnoble.com\/",
        "http:\/\/search.barnesandnoble.com\/",
        "http:\/\/www.kobobooks.com\/",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/api.douban.com\/"
    ],
    "page_action": {
        "default_icon": {
            "38": "img\/books38.jpg"
        },
        "default_title": "EBook Price"
    }
}