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文件

下載Related Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}