Canvas Toolkit
A set of fixes and improvements for the daily Canvas user!
Что такое Canvas Toolkit?
Canvas Toolkit - это расширение Chrome, разработанное echapa, и его основная функция - "A set of fixes and improvements for the daily Canvas user!".
Снимки экрана расширения
Скачать файл CRX расширения Canvas Toolkit
Скачайте файлы расширений 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" ] } |