Belt.io

Your clipboard in the cloud!

Belt.io란 무엇입니까?

Belt.io은(는) unNull에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your clipboard in the cloud!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Belt.io 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Clipboard in the Cloud

Belt.io is a central place for storing and sharing simple stuff like text or links. it gives you the convenience of quickly accessing your data from anywhere. It is sorta like a clipboard.. but more universal.. with more control.


All Devices in Sync

With a single click you can send links and text from your browser right to your device and vice versa. Anything you put in one device will instantly be available in all the others. Whether it's your iPhone, your Google tablet or your browser.


Share With Friends

Sharing with friends is as easy as sharing with yourself. Just one click. No more emailing or typing links. Anything you share with a friend is sent to their devices. You can share from your browser or directly from your phone or tablet.


Please download the companion Android or iOS apps. For more information visit: https://belt.io                    

확장 프로그램 기본 정보

이름 Belt.io Belt.io
ID dpocijangoeeccoljemmmmkgofcfpoif
공식 URL https://chrome.google.com/webstore/detail/beltio/dpocijangoeeccoljemmmmkgofcfpoif
설명 Your clipboard in the cloud!
파일 크기 173 KB
설치 횟수 338
현재 버전 1.0
최근 업데이트 2013-11-19
출시 날짜 2013-11-19
평점 3.50/5 총 16 개의 평점
개발자 unNull
결제 유형 free
확장 프로그램 웹 사이트 https://belt.io
도움말 페이지 URL https://belt.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Belt.io",
    "description": "Your clipboard in the cloud!",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/belt.io\/api\/api.php",
        "contextMenus",
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/belt.io",
    "web_accessible_resources": [
        "icon.png"
    ]
}