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"입니다.
확장 프로그램 스크린샷
Open in Google 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |