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!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Canvas Toolkit

قم بتنزيل ملفات الامتداد Canvas Toolkit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}