Canvas Toolkit

A set of fixes and improvements for the daily Canvas user!

Cos'è Canvas Toolkit?

Canvas Toolkit è un'estensione di Chrome sviluppata da echapa, e la sua funzione principale è "A set of fixes and improvements for the daily Canvas user!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Canvas Toolkit

Scarica i file di estensione Canvas Toolkit 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

                        Canvas Toolkit (before Canvas Video Player):

+ Adds video players for Youtube urls.
+ Fixes "Requested Youtube audio is not available for embed or not available in your country" false positives on the Audio Remixer.
+ Adds full date and time tooltips to posts and notifications.
+ Fixes File upload icon on remixer and threads.                    

Informazioni di Base sull'Estensione

Nome Canvas Toolkit Canvas Toolkit
ID bdlhogaffaadgigmlkikpankpkpaoofp
URL Ufficiale https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp
Descrizione A set of fixes and improvements for the daily Canvas user!
Dimensione del File 52.87 KB
Conteggio Installazioni 132
Versione Corrente 3.4.1
Ultimo Aggiornamento 2015-02-16
Data di Pubblicazione 2014-08-28
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore echapa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Toolkit",
    "version": "3.4.1",
    "manifest_version": 2,
    "description": "A set of fixes and improvements for the daily Canvas user!",
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/canv.as\/*"
            ],
            "js": [
                "swfobject.js",
                "audioplay.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}