Contentdrips ✨ Content Repurposing Tool
Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease
什么是Contentdrips ✨ Content Repurposing Tool?
Contentdrips ✨ Content Repurposing Tool是由ukhalid639开发的Chrome扩展程序,该扩展的主要功能是“Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease”。
扩展截图
下载Contentdrips ✨ Content Repurposing Tool扩展crx文件
下载Contentdrips ✨ Content Repurposing Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily turn your tweets into social media posts using Contentdrips. Simply click on "Repurpose" button which appears on your tweet. Copy your post. Go to Contentdrips and paste your content. You can use it turn your Twitter threads into LinkedIn carousels
扩展基本信息
名称 | Contentdrips ✨ Content Repurposing Tool |
ID | dclggbdhjehnnlkpdnaoldlhpehpgjlc |
官方URL | https://chromewebstore.google.com/detail/contentdrips-%E2%9C%A8-content-re/dclggbdhjehnnlkpdnaoldlhpehpgjlc |
简介 | Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease |
文件大小 | 81.58 KB |
安装次数 | 297 |
当前版本 | 0.1.4 |
更新时间 | 2024-02-17 |
上架时间 | 2023-07-18 |
开发者 | ukhalid639 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://contentdrips.com |
隐私政策页面URL | https://forest-nail-ba5.notion.site/Privacy-Policy-8b822c7135954f3c879cf068e94d3d83?pvs=4 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contentdrips \u2728 Content Repurposing Tool", "version": "0.1.4", "description": "Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease", "permissions": [ "clipboardWrite" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "css": [ "assets\/css\/style.css" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ] } ], "icons": { "48": "assets\/contentdrips-logo-48.png", "96": "assets\/contentdrips-logo-96.png" }, "action": { "default_icon": { "48": "assets\/contentdrips-logo-48.png", "96": "assets\/contentdrips-logo-96.png" }, "default_title": "Contentdrips \u2728 Content Repurposing Tool", "default_popup": "popup.html" }, "manifest_version": 3 } |