Canvas Sticker Themer

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

什么是Canvas Sticker Themer?

Canvas Sticker Themer是由echapa开发的Chrome扩展程序,该扩展的主要功能是“Use your own custom stickers on Canvas http://canv.as”。

扩展截图

screenshot
screenshot

下载Canvas Sticker Themer扩展crx文件

下载Canvas Sticker Themer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}