Recapin
Recapin - Recap. Share. Earn.
什么是Recapin?
Recapin是由https://recapin.com开发的Chrome扩展程序,该扩展的主要功能是“Recapin - Recap. Share. Earn.”。
扩展截图
下载Recapin扩展crx文件
下载Recapin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |