熊猫觅书 - BookLocator
在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page
熊猫觅书 - BookLocator란 무엇입니까?
熊猫觅书 - BookLocator은(는) Suhua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page"입니다.
확장 프로그램 스크린샷
熊猫觅书 - BookLocator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
坐标湾区,中文十级,苦于中文书籍难觅,遂开发此插件。 Icons made by Smashicons(https://www.flaticon.com/authors/smashicons) from www.flaticon.com is licensed by CC 3.0.
확장 프로그램 기본 정보
이름 | |
ID | eebmamhgbenjckdlahbilikholpdcajp |
공식 URL | https://chromewebstore.google.com/detail/%E7%86%8A%E7%8C%AB%E8%A7%85%E4%B9%A6-booklocator/eebmamhgbenjckdlahbilikholpdcajp |
설명 | 在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page |
파일 크기 | 36.63 KB |
설치 횟수 | 45 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2019-05-11 |
출시 날짜 | 2019-05-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Suhua |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u718a\u732b\u89c5\u4e66 - BookLocator", "version": "0.1.3", "manifest_version": 2, "description": "\u5728\u8c46\u74e3\u8bfb\u4e66\u9875\u9762\u663e\u793a\u6e7e\u533a\u54ea\u4e9b\u56fe\u4e66\u9986\u6709\u6b64\u85cf\u4e66 - Show the list of libraries in Bayarea having the book on Douban Book page", "browser_action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png" } }, "permissions": [ "activeTab", "https:\/\/book.douban.com\/*", "https:\/\/localbook.xyz\/*" ], "content_scripts": [ { "matches": [ "*:\/\/book.douban.com\/subject\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/book-lib.js" ] } ] } |