Rabbit for Reddit by PiQue
Submit any link to Reddit
Rabbit for Reddit by PiQue란 무엇입니까?
Rabbit for Reddit by PiQue은(는) https://pique.co.za에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Submit any link to Reddit"입니다.
확장 프로그램 스크린샷
Rabbit for Reddit by PiQue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rabbit for Reddit adds a page action to your address bar allowing you to share your current page to Reddit from the Chrome address bar. Nothing fancy in this version, just a simple submit to Reddit button that will allow you to share links like any other blog button.
확장 프로그램 기본 정보
이름 | Rabbit for Reddit by PiQue |
ID | alenjohkkffpbnefpkpjplcbgihadckm |
공식 URL | https://chromewebstore.google.com/detail/rabbit-for-reddit-by-piqu/alenjohkkffpbnefpkpjplcbgihadckm |
설명 | Submit any link to Reddit |
파일 크기 | 17.43 KB |
설치 횟수 | 31 |
현재 버전 | 0.1 |
최근 업데이트 | 2013-12-23 |
출시 날짜 | 2013-12-23 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | https://pique.co.za |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://pique.co.za |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabbit for Reddit by PiQue", "description": "Submit any link to Reddit", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_title": "Rabbit for Reddit! Submit this URL to Reddit.", "default_icon": { "16": "rabbit16.png", "19": "rabbit19.png", "38": "rabbit38.png", "128": "rabbit128.png" } }, "icons": { "16": "rabbit16.png", "19": "rabbit19.png", "38": "rabbit38.png", "128": "rabbit128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "options_page": "options.html" } |