큐비나

Beyond the presentation

Wat is 큐비나?

큐비나 is een Chrome-extensie ontwikkeld door Nuribom, en de belangrijkste functie is "Beyond the presentation".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 큐비나

Download 큐비나-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam 큐비나 큐비나
ID kmpgeflaolijafcfpjfkaokmcbjalcjn
Officiële URL https://chromewebstore.google.com/detail/%ED%81%90%EB%B9%84%EB%82%98/kmpgeflaolijafcfpjfkaokmcbjalcjn
Beschrijving Beyond the presentation
Bestandsgrootte 77.26 KB
Aantal Installaties 48
Huidige Versie 0.1.5
Laatst Bijgewerkt 2013-11-23
Publicatiedatum 2013-11-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Nuribom
Betalingswijze free
Extensiewebsite http://www.cubinar.com
Ondersteunde Talen 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
}