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?

Open in Google是由https://garbageoverflow.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“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”。

擴展截圖

screenshot
screenshot

下載Open in Google擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 Open in Google Open in Google
ID nikfadenpcoobgehmiihndhmlepgjalb
官方網址 https://chromewebstore.google.com/detail/open-in-google/nikfadenpcoobgehmiihndhmlepgjalb
簡介 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
檔案大小 21.19 KB
安裝次數 300
目前版本 1.0
更新時間 2020-02-24
上架時間 2020-02-24
開發者 https://garbageoverflow.blogspot.com
付費類型 free
支援的語言 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"
    }
}