PokePaper
This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/
PokePaper là gì?
PokePaper là một tiện ích mở rộng Chrome được phát triển bởi victoryudev, và tính năng chính của nó là "This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PokePaper
Tải xuống các tệp mở rộng PokePaper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkodgjfandeejelfnbogbebgefcbomci |
URL Chính Thức | https://chrome.google.com/webstore/detail/pokepaper/fkodgjfandeejelfnbogbebgefcbomci |
Mô tả | This extension provides a pokemon wallpaper for your new tab page. All credit for the art goes to https://pokewalls.wordpress.com/ |
Kích Thước Tệp | 22.51 MB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-09-19 |
Ngày Phát Hành | 2017-09-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | victoryudev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |