Overratd
A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating
Overratd란 무엇입니까?
Overratd은(는) garretlowe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating"입니다.
확장 프로그램 스크린샷
Overratd 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Overratd adds histograms to Letterboxd lists which display the list owner's ratings for movies in the list. Currently, the extension is limited to 100 movies at a time. This is because it reads the list of movies from the current page and Letterboxd can only display up to 100 movies per list page. Additionally, the tooltips which display when hovering over bars do not currently work as you would expect them to based on the profile histograms. Overratd is licensed under GPL-3.0 and is fully open-source: https://github.com/garretlowe/overratd
확장 프로그램 기본 정보
이름 | Overratd |
ID | lllkjhpcabokchmdinbmhgmnnkgoehhf |
공식 URL | https://chromewebstore.google.com/detail/overratd/lllkjhpcabokchmdinbmhgmnnkgoehhf |
설명 | A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating |
파일 크기 | 12.16 KB |
설치 횟수 | 56 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-08-27 |
출시 날짜 | 2022-08-26 |
개발자 | garretlowe |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/garretlowe/overratd |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overratd", "author": "Garret Lowe", "description": "A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/*\/list\/*\/" ], "js": [ "overratd.js" ] } ], "icons": { "16": "\/images\/overratd16.png", "32": "\/images\/overratd32.png", "48": "\/images\/overratd48.png", "128": "\/images\/overratd128.png" } } |