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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}