Belt.io

Your clipboard in the cloud!

什么是Belt.io?

Belt.io是由unNull开发的Chrome扩展程序,该扩展的主要功能是“Your clipboard in the cloud!”。

扩展截图

screenshot
screenshot
screenshot

下载Belt.io扩展crx文件

下载Belt.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}