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 |
| 公式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 |
| Eメール | [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"
]
} | |