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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Canvas Toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}