Related Search

Find related websites, using the google related: operator

Related Search là gì?

Related Search là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Find related websites, using the google related: operator".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Related Search 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

                        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!                    

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

Tên Related Search Related Search
ID ngfibjjjgckccbpbppikkgipcpknbglf
URL Chính Thức https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf
Mô tả Find related websites, using the google related: operator
Kích Thước Tệp 63.51 KB
Số Lần Cài Đặt 925
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-07-01
Ngày Phát Hành 2012-07-01
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/japerr/RelatedSearch
Ngôn Ngữ Được Hỗ Trợ 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'"
}