Canvas Toolkit
A set of fixes and improvements for the daily Canvas user!
Wat is Canvas Toolkit?
Canvas Toolkit is een Chrome-extensie ontwikkeld door echapa, en de belangrijkste functie is "A set of fixes and improvements for the daily Canvas user!".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Toolkit
Download Canvas Toolkit-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | bdlhogaffaadgigmlkikpankpkpaoofp |
| Officiële URL | https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp |
| Beschrijving | A set of fixes and improvements for the daily Canvas user! |
| Bestandsgrootte | 52.87 KB |
| Aantal Installaties | 132 |
| Huidige Versie | 3.4.1 |
| Laatst Bijgewerkt | 2015-02-16 |
| Publicatiedatum | 2014-08-28 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | echapa |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |