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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Contentdrips ✨ Content Repurposing Tool
ID dclggbdhjehnnlkpdnaoldlhpehpgjlc
官方網址 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
}