Search with Meme

Search and have fun all in one.

Search with Meme là gì?

Search with Meme là một tiện ích mở rộng Chrome được phát triển bởi http://aperations.com, và tính năng chính của nó là "Search and have fun all in one.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search with Meme

Tải xuống các tệp mở rộng Search with Meme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search with Meme Search with Meme
ID gkpgcicbdjonoooeclmlppoanacbnpok
URL Chính Thức https://chrome.google.com/webstore/detail/gkpgcicbdjonoooeclmlppoanacbnpok
Mô tả Search and have fun all in one.
Kích Thước Tệp 88.57 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2013-10-10
Ngày Phát Hành 2013-10-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://aperations.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.aperations.com
Ngôn Ngữ Được Hỗ Trợ 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
}