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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PokePaper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |