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."입니다.

확장 프로그램 스크린샷

screenshot

Search with Meme 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Search with Meme Search with Meme
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
}