Singapore Library Book Search

Singapore Library Book Search

Singapore Library Book Search란 무엇입니까?

Singapore Library Book Search은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Singapore Library Book Search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Singapore Library Book Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}