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/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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/.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |