Goodreads ratings in Audible
Displays Goodreads rankings for books in Audible store
Goodreads ratings in Audible란 무엇입니까?
Goodreads ratings in Audible은(는) kreich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Goodreads rankings for books in Audible store"입니다.
확장 프로그램 스크린샷
Goodreads ratings in Audible 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Displays Goodreads rankings for books in the Audible store. V0.0.5: Add support for "2 for 1" sales pages. V0.0.4: Add support for "2 for 1" sales pages. Support in HTTPS pages. Support audible.de V0.0.3: Better support for collections on sales. V0.0.2: Added links to author pages in Goodreads. Added ratings when hovering over a book catalog.
확장 프로그램 기본 정보
이름 | Goodreads ratings in Audible |
ID | kjdbldainogjefeimhhmpcipidphjiho |
공식 URL | https://chromewebstore.google.com/detail/goodreads-ratings-in-audi/kjdbldainogjefeimhhmpcipidphjiho |
설명 | Displays Goodreads rankings for books in Audible store |
파일 크기 | 247 KB |
설치 횟수 | 307 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2019-02-13 |
출시 날짜 | 2019-02-13 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | kreich |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodreads ratings in Audible", "description": "Displays Goodreads rankings for books in Audible store", "version": "0.0.6", "permissions": [ "https:\/\/www.goodreads.com\/" ], "background": { "scripts": [ "js\/jquery-2.1.3.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.audible.com\/*", "*:\/\/www.audible.de\/*" ], "js": [ "js\/underscore-min.js", "js\/jquery-2.1.3.min.js", "script.js" ], "css": [ "style.css" ] } ], "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |