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
官方URL 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"
    }
}