Search with Meme
Search and have fun all in one.
Qu'est-ce que Search with Meme ?
Search with Meme est une extension Chrome développée par http://aperations.com, et sa fonction principale est "Search and have fun all in one.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search with Meme
Téléchargez les fichiers d'extension Search with Meme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gkpgcicbdjonoooeclmlppoanacbnpok |
URL Officiel | https://chrome.google.com/webstore/detail/gkpgcicbdjonoooeclmlppoanacbnpok |
Description | Search and have fun all in one. |
Taille du Fichier | 88.57 KB |
Nombre d'Installations | 29 |
Version Actuelle | 2.5 |
Dernière Mise à Jour | 2013-10-10 |
Date de Publication | 2013-10-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://aperations.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.aperations.com |
Langues Prises en Charge | 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 } |