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. 擴展基本資訊
| 名稱 | |
| ID | bdlhogaffaadgigmlkikpankpkpaoofp |
| 官方網址 | 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"
]
} | |