큐비나

Beyond the presentation

큐비나とは何ですか?

큐비나はNuribomによって開発されたChromeの拡張機能で、その主な機能は「Beyond the presentation」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

큐비나拡張機能のCRXファイルをダウンロード

큐비나拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        큐비나는 prezi.com의 아이디어로 부터 영감을 받아 최신 브라우저의 강력한 CSS3
transition과 transform의 기능을 기반으로 제작된 온라인 프리젠테이션 도구입니다.

큐비나 크롬 확장기능은 큐비나 편집기에서 사용하기 위한 캡쳐용 플러그 인 입니다.                    

拡張機能の基本情報

名前 큐비나 큐비나
ID kmpgeflaolijafcfpjfkaokmcbjalcjn
公式URL https://chromewebstore.google.com/detail/%ED%81%90%EB%B9%84%EB%82%98/kmpgeflaolijafcfpjfkaokmcbjalcjn
説明 Beyond the presentation
ファイルサイズ 77.26 KB
インストール数 48
現在のバージョン 0.1.5
最終更新日 2013-11-23
公開日 2013-11-23
評価 5.00/5 合計 2 レビュー
開発者 Nuribom
支払い方法 free
拡張機能のウェブサイト http://www.cubinar.com
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ud050\ube44\ub098",
    "version": "0.1.5",
    "description": "Beyond the presentation",
    "icons": {
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_96.png",
        "default_title": "\ud050\ube44\ub098"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "shotthumbnail.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon_128.png"
    ],
    "permissions": [
        "*:\/\/*.cubinar.com\/*",
        "*:\/\/localhost\/*",
        "tabs",
        "activeTab"
    ],
    "manifest_version": 2
}