Related Search

Find related websites, using the google related: operator

Related Search란 무엇입니까?

Related Search은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find related websites, using the google related: operator"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens!                    

확장 프로그램 기본 정보

이름 Related Search Related Search
ID ngfibjjjgckccbpbppikkgipcpknbglf
공식 URL https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf
설명 Find related websites, using the google related: operator
파일 크기 63.51 KB
설치 횟수 925
현재 버전 1.0
최근 업데이트 2012-07-01
출시 날짜 2012-07-01
평점 4.00/5 총 5 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/japerr/RelatedSearch
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Related Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find related websites, using the google related: operator",
    "icons": {
        "16": "img\/related_16.png",
        "48": "img\/related_48.png",
        "128": "img\/related_128.png"
    },
    "background": {
        "scripts": [
            "js\/related.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/related_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}