Search with Meme
Search and have fun all in one.
Search with Memeคืออะไร?
Search with Meme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://aperations.com และคุณลักษณะหลักของมันคือ "Search and have fun all in one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search with Meme
ดาวน์โหลดไฟล์ส่วนขยาย Search with Meme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Makes searching the web more fun! Every time you search get a meme to make you smile. Doubles up as a serious productivity tool with quick access and keyboard shortcuts to all the popular search outlets. - Search Google - Search Amazon - Search Facebook - Search Yelp - Search Twitter - Search Google Maps - Search Linkedin - Search for people - Search for locations Its fast and powerful and will put a smile on your face every time you use it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gkpgcicbdjonoooeclmlppoanacbnpok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gkpgcicbdjonoooeclmlppoanacbnpok |
คำอธิบาย | Search and have fun all in one. |
ขนาดไฟล์ | 88.57 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 2.5 |
อัปเดตครั้งล่าสุด | 2013-10-10 |
วันที่เผยแพร่ | 2013-10-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://aperations.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.aperations.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search with Meme", "short_name": "Search + Meme", "description": "Search and have fun all in one.", "version": "2.5", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/platform.twitter.com https:\/\/connect.facebook.net https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "icons": { "16": "search.png", "48": "search.png", "128": "search.png" }, "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "windows": "Ctrl+Shift+F", "mac": "Ctrl+Shift+F", "chromeos": "Ctrl+Shift+F", "linux": "Ctrl+Shift+F" } } }, "browser_action": { "default_title": "Search", "default_icon": "search.png", "default_popup": "popup.html" }, "manifest_version": 2 } |