Recapin
Recapin - Recap. Share. Earn.
Recapin란 무엇입니까?
Recapin은(는) https://recapin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recapin - Recap. Share. Earn."입니다.
확장 프로그램 스크린샷
Recapin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Earn money for recapping your favorite content. How it works: 1. Recap your favorite content and images. Publish them in a beautiful magazine. 2. Share your Recaps on social media. Drive traffic to your magazine. 3. Earn revenue through ads and affiliate links. Why Recapin? - Recaps save your followers' time and showcase your expertise. - Recap magazines can generate ad income and allow for affiliate links.
확장 프로그램 기본 정보
이름 | Recapin |
ID | iapfkejbdocokogdainbnnicoefibedf |
공식 URL | https://chromewebstore.google.com/detail/recapin/iapfkejbdocokogdainbnnicoefibedf |
설명 | Recapin - Recap. Share. Earn. |
파일 크기 | 10.06 KB |
설치 횟수 | 55 |
현재 버전 | 1.8 |
최근 업데이트 | 2015-05-31 |
출시 날짜 | 2015-05-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://recapin.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recapin", "version": "1.8", "description": "Recapin - Recap. Share. Earn.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_title": "Recapin", "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "manifest_version": 2 } |