Wow. Such Web
Very Doge Extension
Wow. Such Webคืออะไร?
Wow. Such Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.bigblueboo.com และคุณลักษณะหลักของมันคือ "Very Doge Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wow. Such Web
ดาวน์โหลดไฟล์ส่วนขยาย Wow. Such Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of the same old relevant images in your news articles? Anyone else just had it with the sober headlines and apropos captions dogging today's content? Wow. Very timely. Such doge extension. Wow. With Wow. Such Web, all images are swapped out for pictures taken from a selection of Shiba Inus, Shiba confessions, Shibe animated gifs, and doge-inspired imagery. What's more is that headlines and text will be sprinkled with little doge-isms. Wow! Such tone. Should your boss walk by, simply click the Dogefy button and everything will return to normal. Then, when you're ready to enjoy more doge, one more click and a fresh selection of shibes will adorn your screen. It's the must-have Chrome extension of the season! Install Wow. Such Web today -- you doge it to yourself!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlmeobnmkpheoaocdlkhnibjkbjomncn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wow-such-web/mlmeobnmkpheoaocdlkhnibjkbjomncn |
คำอธิบาย | Very Doge Extension |
ขนาดไฟล์ | 163 KB |
จำนวนการติดตั้ง | 188 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2014-02-12 |
วันที่เผยแพร่ | 2014-02-12 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | http://www.bigblueboo.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.bigblueboo.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wow. Such Web", "version": "1.0.3", "manifest_version": 2, "description": "Very Doge Extension", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "img\/enabled_48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_globs": [ "*tbm=isch*", "*imgur.com*" ], "js": [ "scripts\/jquery.js", "scripts\/content_script.js" ] } ], "content_security_policy": "script-src 'self' http:\/\/localhost; object-src 'self' http:\/\/localhost", "incognito": "split", "offline_enabled": false, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "web_accessible_resources": [ "manifest.json", "data\/new_lines.txt", "data\/image_urls.txt", "data\/gif_urls.txt", "img\/disabled_48.png", "img\/enabled_48.png", "scripts\/doge.css", "img\/logo11w.png", "img\/nytlogo379x64.gif", "img\/sprite_globalHeader_gray.png", "img\/huffington---homepage.gif" ] } |