Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

Search It!란 무엇입니까?

Search It!은(는) https://upway2late.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search It! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

확장 프로그램 기본 정보

이름 Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
공식 URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
설명 Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
파일 크기 42.08 KB
설치 횟수 226
현재 버전 1.0.0.0
최근 업데이트 2016-09-22
출시 날짜 2016-09-22
평점 5.00/5 총 5 개의 평점
개발자 https://upway2late.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.upway2late.com/projects/chrome-google-search-extension
도움말 페이지 URL http://www.upway2late.com/projects/chrome-google-search-extension
개인정보 보호 정책 페이지 URL http://www.upway2late.com
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}