Plato Cat
Cute animated cats with funny puns in every tab
Plato Catคืออะไร?
Plato Cat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dave8212 และคุณลักษณะหลักของมันคือ "Cute animated cats with funny puns in every tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plato Cat
ดาวน์โหลดไฟล์ส่วนขยาย Plato Cat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The funniest Google Chrome Theme for Cat lovers and Joke lovers This cat theme would save you from boredom at work/school with funny quotes & super adorable animated cats on your browser new tab ------------- Key features: Meet new cats everyday: hundreds of cats are waiting for you now. They would do silly actions that make you smile every time opening your browser. Jokes/funny quotes: those cute cats would joke about everything: life, food, gym, work… Minimal design: your new tab would look funny but clean and simple. It also runs very fast and you can use it even on very weak laptops ------------- About Plato Cat: It is a hobby project, I just made it cause I believe it can make people's day a little happier and I love cats (that's the most important reason). Currently, it just works on desktop only Here's its source code on Github if you are interested: https://github.com/t-rekttt/platocat_extension If you have any idea to make Plato Cat better, feel free to drop me an email to: [email protected] ------ A few of you may experience an error that the bookmark toolbar disappear after installing. Just use: For Window: Press Ctrl + Shift + b. For Mac: Press ⌘ + Shift + b All images, wallpapers were collected from the Internet. I tried to give credit to images that I know the author. If you are the author of images, wallpapers and against their use in this extension, let me know and I will remove your image/images from our extension immediately!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | igonikmjbldododgpkkeedhngooeapjn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/plato-cat/igonikmjbldododgpkkeedhngooeapjn |
คำอธิบาย | Cute animated cats with funny puns in every tab |
ขนาดไฟล์ | 183 KB |
จำนวนการติดตั้ง | 393 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2020-01-12 |
วันที่เผยแพร่ | 2020-01-12 |
คะแนน | 4.92/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Dave8212 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plato Cat", "version": "0.1.6", "manifest_version": 2, "description": "Cute animated cats with funny puns in every tab", "homepage_url": "https:\/\/camom.work", "image_api_server_url": "https:\/\/api.saturdaycode.com", "image_server_url": "https:\/\/platocat.s3-ap-southeast-1.amazonaws.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src chrome:\/\/favicon https:\/\/*.tenor.com data: https:\/\/*.thao.pw;", "permissions": [ "topSites", "chrome:\/\/favicon\/", "storage", "unlimitedStorage", "https:\/\/www.google-analytics.com\/", "https:\/\/platocat.s3-ap-southeast-1.amazonaws.com\/*" ], "background": { "scripts": [ "js\/lodash.min.js", "js\/google-analytics-bundle.js", "js\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.thao.pw\/*", "*:\/\/*.camom.work\/*" ] } } |