큐비나

Beyond the presentation

Cos'è 큐비나?

큐비나 è un'estensione di Chrome sviluppata da Nuribom, e la sua funzione principale è "Beyond the presentation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 큐비나

Scarica i file di estensione 큐비나 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 큐비나 큐비나
ID kmpgeflaolijafcfpjfkaokmcbjalcjn
URL Ufficiale https://chromewebstore.google.com/detail/%ED%81%90%EB%B9%84%EB%82%98/kmpgeflaolijafcfpjfkaokmcbjalcjn
Descrizione Beyond the presentation
Dimensione del File 77.26 KB
Conteggio Installazioni 48
Versione Corrente 0.1.5
Ultimo Aggiornamento 2013-11-23
Data di Pubblicazione 2013-11-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nuribom
Tipo di Pagamento free
Sito Web dell'Estensione http://www.cubinar.com
Lingue Supportate 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
}