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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}