Search with Meme
Search and have fun all in one.
Apa itu Search with Meme?
Search with Meme adalah ekstensi Chrome yang dikembangkan oleh http://aperations.com, dan fitur utamanya adalah "Search and have fun all in one.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Search with Meme
Unduh file ekstensi Search with Meme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gkpgcicbdjonoooeclmlppoanacbnpok |
URL Resmi | https://chrome.google.com/webstore/detail/gkpgcicbdjonoooeclmlppoanacbnpok |
Deskripsi | Search and have fun all in one. |
Ukuran File | 88.57 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2013-10-10 |
Tanggal Publikasi | 2013-10-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | http://aperations.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.aperations.com |
Bahasa yang Didukung | 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 } |