Reddit visible arrows
Show reddit arrows regardless of subreddit style
Reddit visible arrows란 무엇입니까?
Reddit visible arrows은(는) CarlosCheddar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show reddit arrows regardless of subreddit style"입니다.
확장 프로그램 스크린샷
Reddit visible arrows 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting. Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.
확장 프로그램 기본 정보
이름 | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
공식 URL | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
설명 | Show reddit arrows regardless of subreddit style |
파일 크기 | 9.7 KB |
설치 횟수 | 223 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2017-11-26 |
출시 날짜 | 2017-11-26 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | CarlosCheddar |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/carloscheddar/reddit_visible_arrows |
도움말 페이지 URL | https://github.com/carloscheddar/reddit_visible_arrows |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit visible arrows", "description": "Show reddit arrows regardless of subreddit style", "version": "0.3.0", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "*:\/\/*.reddit.com\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon.png", "128": "icon128.png" } } |