reddit-stream linker
Links to the comment stream for match threads on reddit
reddit-stream linker란 무엇입니까?
reddit-stream linker은(는) aarkay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Links to the comment stream for match threads on reddit"입니다.
확장 프로그램 스크린샷
reddit-stream linker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension creates a link to the reddit-stream page for sports match threads (or game threads) on reddit. Thanks and credits to Nathan Reed (http://twitter.com/reednj) for actually creating reddit-stream.
확장 프로그램 기본 정보
이름 | reddit-stream linker |
ID | mginbmpncoiblneijkhkapamadofkgdb |
공식 URL | https://chromewebstore.google.com/detail/reddit-stream-linker/mginbmpncoiblneijkhkapamadofkgdb |
설명 | Links to the comment stream for match threads on reddit |
파일 크기 | 13.55 KB |
설치 횟수 | 21 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2016-09-04 |
출시 날짜 | 2016-09-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | aarkay |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "reddit-stream linker", "description": "Links to the comment stream for match threads on reddit", "version": "1.2.5", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "addbutton.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/www.reddit.com\/*" ] } |