PokePaper

This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/

PokePaper란 무엇입니까?

PokePaper은(는) victoryudev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PokePaper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension provides you pokemon art that you can use as a wallpaper for whenever you open a new tab.
All credit for the pokemon art is given to https://pokewalls.wordpress.com/. The site's author has given me prior permission to use their art for this extension. 
This app's icon was made by https://www.flaticon.com/authors/roundicons-freebies from https://www.flaticon.com/ and is licensed by http://creativecommons.org/licenses/by/3.0/.                    

확장 프로그램 기본 정보

이름 PokePaper PokePaper
ID fkodgjfandeejelfnbogbebgefcbomci
공식 URL https://chrome.google.com/webstore/detail/pokepaper/fkodgjfandeejelfnbogbebgefcbomci
설명 This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/
파일 크기 22.51 MB
설치 횟수 52
현재 버전 1.0
최근 업데이트 2017-09-19
출시 날짜 2017-09-19
평점 5.00/5 총 2 개의 평점
개발자 victoryudev
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokePaper",
    "description": "This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https:\/\/pokewalls.wordpress.com\/",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "poke_tab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icons\/psyduck16.png",
        "32": "icons\/psyduck32.png",
        "48": "icons\/psyduck48.png",
        "128": "icons\/psyduck128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}