Google Similar Sites

The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon

Google Similar Sites là gì?

Google Similar Sites là một tiện ích mở rộng Chrome được phát triển bởi ExtensionHub, và tính năng chính của nó là "The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon".

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

screenshot

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

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

                        Whenever you visit a website, if you want to explore the similar sites and find something inspiring, you can click the extension icon. Then, the extension will list all the related websites based on Google's powerful related search function. Simple and useful, right? So, why not download and give it a try now?                    

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

Tên Google Similar Sites Google Similar Sites
ID ajipbacgbjnabfmjgbicpijinlbcfcpo
URL Chính Thức https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo
Mô tả The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
Kích Thước Tệp 15.42 KB
Số Lần Cài Đặt 2,447
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-03-10
Ngày Phát Hành 2020-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ExtensionHub
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        }
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}