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ファイルをダウンロード

PokePaper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}