Social Post Magic

Collect any text caption via Social Post Magic extension

什麼是Social Post Magic?

Social Post Magic是由nareketibaryan開發的Chrome擴展程式,該擴展的主要功能是“Collect any text caption via Social Post Magic extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Social Post Magic擴展crx文件

下載Social Post Magic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Capture text captions
Social Post Magic is an extension which allows you to get any text section from  different web pages. 
You can highlight a piece of text you want to have it in your Social Post Magic account and collect it in an easy way through our extension. 
Social Post Magic is more than a common chrome extension. 
You can reveal the magic tools which are provided by the platform. 
Apart from collecting text captions in your account, you can use them in your profile page: share them with other users, Edit them and Delete. 
Install Post Magic Extension now and get use of more tools we provide for our users. Keep up with the latest technologies.                    

擴展基本資訊

名稱 Social Post Magic Social Post Magic
ID clljbjcklhmhkpfedgcnohpbpicomjgg
官方網址 https://chromewebstore.google.com/detail/social-post-magic/clljbjcklhmhkpfedgcnohpbpicomjgg
簡介 Collect any text caption via Social Post Magic extension
檔案大小 69.95 KB
安裝次數 167
目前版本 1.0.0
更新時間 2020-12-20
上架時間 2020-12-19
開發者 nareketibaryan
電子郵箱 [email protected]
付費類型 free
擴展官網 http://socialpostmagic.com
說明頁面URL https://umo.zendesk.com/hc/en-us
隱私政策頁面URL http://www.universalmedia-online.com/privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Post Magic",
    "short_name": "Social Post Magic",
    "author": "Web Foundation https:\/\/webfoundationllc.com",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Collect any text caption via Social Post Magic extension",
    "homepage_url": "https:\/\/app.socialpostmagic.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jQuery\/jquery.min.js",
                "appendcontent.js"
            ],
            "css": [],
            "all_frames": false,
            "run_at": "document_start",
            "include_globs": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jQuery\/jquery.min.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "auth.html",
        "default_icon": "images\/main-icon.png",
        "default_title": "Social Post Magic"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "jQuery\/*",
        "css\/*",
        "popup.js",
        "background\/*",
        "modal.html"
    ]
}