Swpely

Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.

Swpely란 무엇입니까?

Swpely은(는) https://swpely.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Swpely 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Turn the internet's best ideas into your own swipe file.                    

확장 프로그램 기본 정보

이름 Swpely Swpely
ID fnhpgocfaajkkmhpmkklgddldacjeklm
공식 URL https://chromewebstore.google.com/detail/swpely/fnhpgocfaajkkmhpmkklgddldacjeklm
설명 Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.
파일 크기 1.37 MB
설치 횟수 311
현재 버전 1.5.1
최근 업데이트 2021-09-01
출시 날짜 2021-02-23
평점 5.00/5 총 22 개의 평점
개발자 https://swpely.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.swpely.com/contact
개인정보 보호 정책 페이지 URL https://www.swpely.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swpely",
    "description": "Add notes and visually organize your favorite blogs, tweets, LinkedIn posts, podcasts, and videos.",
    "version": "1.5.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Swpely"
    },
    "icons": {
        "19": "images\/swpely-favicon-19px.png",
        "32": "images\/swpely-favicon-32px.png",
        "128": "images\/swpely-favicon-128px.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/canvas2Image.js",
                ".\/js\/html2canvas.js",
                ".\/js\/dom2Image.js",
                ".\/js\/jquery-3.5.1.min.js",
                ".\/content.js",
                ".\/js\/jsCookie.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:5000\/*",
            "http:\/\/localhost:5000\/*",
            "http:\/\/localhost:3001\/*",
            "http:\/\/cbf679859e59.ngrok.io\/*",
            "http:\/\/ec2-52-15-218-166.us-east-2.compute.amazonaws.com\/*",
            "https:\/\/app.swpely.com\/*",
            "https:\/\/staging.swpely.com\/*",
            "https:\/\/api.swpely.com\/*"
        ]
    }
}