Canvas Toolkit
A set of fixes and improvements for the daily Canvas user!
Canvas Toolkit क्या है?
Canvas Toolkit echapa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A set of fixes and improvements for the daily Canvas user!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Canvas Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |