CoBeats Uploader

Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles.

CoBeats Uploader란 무엇입니까?

CoBeats Uploader은(는) http://cobeats.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        CoBeats Uploader for Chrome allows you to bookmark pages, take screenshots, clip images and articles; right from your browser.

CoBeats (https://cobeats.com/) is a visual bookmarking tool for all your web things. CoBeats is used by thousands of students, designers, researchers and teams, to make sense of their web data.

Clips: Everything. Really.
Bookmark pages, Upload your files and screenshots, keep your favourite movies, songs, books and TV shows and of-course, keep your text notes.

Collaboration: Finely tuned, Deliciously open. 
Share your folders with your friends, family, team and/or aliens. Make them public for the greater good.

Organisation: Powerful, not overpowering.
Every thing is saved in your private Inbox. You can move them or add new clips to Private or Shared folder. Tag clips to organize with context.                    

확장 프로그램 기본 정보

이름 CoBeats Uploader CoBeats Uploader
ID ibhjeppbnamcjmncfcppmglippmpmngh
공식 URL https://chrome.google.com/webstore/detail/cobeats-uploader/ibhjeppbnamcjmncfcppmglippmpmngh
설명 Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles.
파일 크기 372 KB
설치 횟수 308
현재 버전 1.0.5
최근 업데이트 2019-11-01
출시 날짜 2019-10-29
평점 4.42/5 총 12 개의 평점
개발자 http://cobeats.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://cobeats.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoBeats Uploader",
    "short_name": "Save to CoBeats",
    "version": "1.0.5",
    "description": "Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles.",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        ""
    ],
    "homepage_url": "https:\/\/www.cobeats.com",
    "icons": {
        "16": "images\/main\/icon16.png",
        "32": "images\/main\/icon32.png",
        "48": "images\/main\/icon48.png",
        "128": "images\/main\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/inactive\/icon16.png",
            "24": "images\/inactive\/icon24.png",
            "32": "images\/inactive\/icon32.png"
        },
        "default_title": "CoBeats Uploader"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.postmessage.js",
                "js\/clipper.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cobeats.com\/*"
        ]
    },
    "web_accessible_resources": [
        "content\/login.html",
        "content\/index.html",
        "images\/clip-btn.png"
    ]
}