Open in Google

Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it

Open in Google là gì?

Open in Google là một tiện ích mở rộng Chrome được phát triển bởi https://garbageoverflow.blogspot.com, và tính năng chính của nó là "Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it".

Ả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 Open in Google

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

                        Are you tired of copy pasting the name of the movie or tv show you found on some website on Google to see the rating or where you can watch it?

Well I was, I would spend a lot of time finding what to watch and then I had to open Google in a new tab and copy paste the name of the movie or tv show to check the rating, where to watch (Netflix, Hulu etc). It was frustrating because I would have to copy paste each name over and over again 

To help this pain, I created this plugin which is super easy to use

Step # 1: Install the plugin. You will see a red green yellow search icon in your browser

Step # 2: Copy the name of the movie or tv show using the mouse 

Step # 3: Click on the Google search icon. This will open the movie/show details in a new window                    

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

Tên Open in Google Open in Google
ID nikfadenpcoobgehmiihndhmlepgjalb
URL Chính Thức https://chromewebstore.google.com/detail/open-in-google/nikfadenpcoobgehmiihndhmlepgjalb
Mô tả Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it
Kích Thước Tệp 21.19 KB
Số Lần Cài Đặt 300
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-24
Ngày Phát Hành 2020-02-24
Nhà Phát Triển https://garbageoverflow.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Google",
    "description": "Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}