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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον victoryudev, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης PokePaper

Λήψη αρχείων επέκτασης 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"
    ]
}