Canvas Toolkit

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

Was ist Canvas Toolkit?

Canvas Toolkit ist eine Chrome-Erweiterung, die von echapa entwickelt wurde, und ihr Hauptmerkmal ist "A set of fixes and improvements for the daily Canvas user!".

Erweiterungsscreenshots

screenshot
screenshot

Canvas Toolkit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canvas Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Canvas Toolkit Canvas Toolkit
ID bdlhogaffaadgigmlkikpankpkpaoofp
Offizielle URL https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp
Beschreibung A set of fixes and improvements for the daily Canvas user!
Dateigröße 52.87 KB
Installationsanzahl 132
Aktuelle Version 3.4.1
Letztes Update 2015-02-16
Veröffentlichungsdatum 2014-08-28
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler echapa
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}