Canvas Toolkit
A set of fixes and improvements for the daily Canvas user!
什么是Canvas Toolkit?
Canvas Toolkit是由echapa开发的Chrome扩展程序,该扩展的主要功能是“A set of fixes and improvements for the daily Canvas user!”。
扩展截图
下载Canvas Toolkit扩展crx文件
下载Canvas Toolkit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Canvas Toolkit |
ID | bdlhogaffaadgigmlkikpankpkpaoofp |
官方URL | https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp |
简介 | A set of fixes and improvements for the daily Canvas user! |
文件大小 | 52.87 KB |
安装次数 | 132 |
当前版本 | 3.4.1 |
更新时间 | 2015-02-16 |
上架时间 | 2014-08-28 |
评分 | 5.00/5 共5次评分 |
开发者 | echapa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |