Vbukit

Share current web link with Vbukit.

什麼是Vbukit?

Vbukit是由Creating Revolutions開發的Chrome擴展程式,該擴展的主要功能是“Share current web link with Vbukit.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Vbukit擴展crx文件

下載Vbukit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Vbukit Browser Plugin
Use with your Vbukit Account to let you instantly load the website you are viewing, onto your bucket.

Use NFC or 2D QR Codes linked to your bucket.

Then simply have any Vbukit User scan your Vbukit Tag linked to your account, and instantly they will open that page on their browser.

Can be used with Vbukit Phone, Tablet, and PC applications found at:

www.vbukit.com  

Vbukit is a secure, completely anonymous platform that allows you to easily communicate and share information or files with others.  Unlike cloud drives, Vbukit is designed to only hold rather than store your information or files, for just a few seconds.  The Vbukit platform is designed to work with all your current hardware, software, and workflow processes.  So there's nothing new to use and nothing new to learn.  It just works.

Vbukit: Just Think, Tap, and make it Happen!                    

擴展基本資訊

名稱 Vbukit Vbukit
ID fanpcdlnfenhbhnpadmmdgiohdjblaoh
官方網址 https://chromewebstore.google.com/detail/vbukit/fanpcdlnfenhbhnpadmmdgiohdjblaoh
簡介 Share current web link with Vbukit.
檔案大小 150 KB
安裝次數 52
目前版本 2.0
更新時間 2013-09-03
上架時間 2013-09-03
評分 5.00/5 共 2 次評分
開發者 Creating Revolutions
付費類型 free
擴展官網 http://www.vbukit.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vbukit",
    "description": "Share current web link with Vbukit.",
    "version": "2.0",
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Share URL using Vbukit",
        "default_icon": "images\/icon.png"
    },
    "manifest_version": 2,
    "options_page": "html\/options.html"
}