Singapore Library Book Search

Singapore Library Book Search

Singapore Library Book Searchคืออะไร?

Singapore Library Book Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Singapore Library Book Search"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Singapore Library Book Search

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

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

                        This extension helps user to check the book availability in the Singapore National Library when they are browsing books on amazon.com and bookdepository.com.

这款屌炸天得chrome插件,可以在你浏览亚马逊图书页面的时候,实时查询此书是否在新加坡国家图书馆有存货。对于爱读书的靠谱青年,绝对是炫技耍酷,充电装逼神器。

觉得好用的土豪亲,可以用显示的亚马逊链接买书,打赏小二。                    

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

ชื่อ Singapore Library Book Search Singapore Library Book Search
ID dldnoloaipkfdfeikhgjkjoidahkibhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/singapore-library-book-se/dldnoloaipkfdfeikhgjkjoidahkibhd
คำอธิบาย Singapore Library Book Search
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2015-04-24
วันที่เผยแพร่ 2015-04-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Singapore Library Book Search",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Singapore Library Book Search",
    "icons": {
        "16": "images\/extension-icon-16.png",
        "48": "images\/extension-icon-48.png",
        "128": "images\/extension-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/extension-icon-19.png",
            "38": "images\/extension-icon-38.png"
        },
        "default_title": "Singapore Library Book Search",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": []
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/*.google-analytics.com\/**\/*",
        "bower_components\/**\/*",
        "images\/*"
    ]
}