Vbukit

Share current web link with Vbukit.

Vbukit란 무엇입니까?

Vbukit은(는) Creating Revolutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share current web link with Vbukit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}