Canvas Toolkit
A set of fixes and improvements for the daily Canvas user!
Canvas Toolkit là gì?
Canvas Toolkit là một tiện ích mở rộng Chrome được phát triển bởi echapa, và tính năng chính của nó là "A set of fixes and improvements for the daily Canvas user!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Canvas Toolkit
Tải xuống các tệp mở rộng Canvas Toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Canvas Toolkit |
ID | bdlhogaffaadgigmlkikpankpkpaoofp |
URL Chính Thức | https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp |
Mô tả | A set of fixes and improvements for the daily Canvas user! |
Kích Thước Tệp | 52.87 KB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 3.4.1 |
Cập Nhật Lần Cuối | 2015-02-16 |
Ngày Phát Hành | 2014-08-28 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | echapa |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |