MEOWSER.ME
Replaces all images on a given page with pictures of cats.
MEOWSER.MEคืออะไร?
MEOWSER.ME เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.meowser.me และคุณลักษณะหลักของมันคือ "Replaces all images on a given page with pictures of cats."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MEOWSER.ME
ดาวน์โหลดไฟล์ส่วนขยาย MEOWSER.ME ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!! Meowser.me replaces all the images on a web page with photos of CATS! Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpjfmcjkclaplkjecocopokgephfimnb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb |
คำอธิบาย | Replaces all images on a given page with pictures of cats. |
ขนาดไฟล์ | 33.16 KB |
จำนวนการติดตั้ง | 97 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2014-03-02 |
วันที่เผยแพร่ | 2014-03-02 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://www.meowser.me |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "heycat.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "MEOWSER.ME" }, "description": "Replaces all images on a given page with pictures of cats.", "homepage_url": "http:\/\/www.meowser.me", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "MEOWSER.ME", "permissions": [ "activeTab" ], "version": "2.1" } |