Belt.io

Your clipboard in the cloud!

Belt.ioคืออะไร?

Belt.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unNull และคุณลักษณะหลักของมันคือ "Your clipboard in the cloud!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Belt.io

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}