Canvas Sticker Themer

Use your own custom stickers on Canvas http://canv.as

Canvas Sticker Themer क्या है?

Canvas Sticker Themer echapa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your own custom stickers on Canvas http://canv.as"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canvas Sticker Themer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to use your own custom stickers on Canvas.

Version 2.1:
+ Added individual sticker reset.

Version 2.0.2:
+ Fixed a bug when customizing the tacnyan sticker.

Version 2.0.1:
+ Fixed the reset button to include epics.

Version 2.0:
+ Epic stickers support.

Version 1.9.1:
+ Support for "Official" sticker packs.

Version 1.8:
+ Redesigned Options page. 

Version 1.7:
+ The sticker preview now loads right after a sticker file is selected.
+ Stickers are saved as soon as they are selected on the Options page.
+ The Save button was removed as it's no longer required.

Version 1.6:
+ Added a reset button to load the original Canvas stickers.

Version 1.5 fixes:
+ Added "Get more stickers" link on the Options page.

Version 1.4 fixes:
+ Default Canvas stickers are left alone until they are customized in the Options page.


Stickers on the examples made by Narge http://canv.as/user/narge                    

एक्सटेंशन की मूल जानकारी

नाम Canvas Sticker Themer Canvas Sticker Themer
ID fadbibgnokiieidcanclaniaelejfncl
आधिकारिक URL https://chromewebstore.google.com/detail/canvas-sticker-themer/fadbibgnokiieidcanclaniaelejfncl
विवरण Use your own custom stickers on Canvas http://canv.as
फ़ाइल का आकार 11.04 KB
स्थापना संख्या 34
वर्तमान संस्करण 2.1
अंतिम अपडेट 2015-02-16
प्रकाशन तिथि 2014-08-28
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर echapa
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://canv.as
सहायता पृष्ठ URL http://canv.as/user/echapa
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Sticker Themer",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Use your own custom stickers on Canvas http:\/\/canv.as",
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "browser_action": {
        "default_icon": "icon-bitty.png",
        "default_title": "Canvas Sticker Themer",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "*:\/\/canv.as\/*"
    ]
}