Search with Meme
Search and have fun all in one.
什么是Search with Meme?
Search with Meme是由http://aperations.com开发的Chrome扩展程序,该扩展的主要功能是“Search and have fun all in one.”。
扩展截图
下载Search with Meme扩展crx文件
下载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 } |