Always expands the Google search tool
Always expands the search tool and moves it back to the left side
Always expands the Google search tool란 무엇입니까?
Always expands the Google search tool은(는) satou321에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always expands the search tool and moves it back to the left side"입니다.
확장 프로그램 스크린샷
Always expands the Google search tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
source: https://userstyles.org/styles/78857/google" author: 100 no hito Privacy Policy I don't collect any information including Google Analytics.
확장 프로그램 기본 정보
이름 | Always expands the Google search tool |
ID | ocfnoambijkloklhjcchaggbniiophpn |
공식 URL | https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn |
설명 | Always expands the search tool and moves it back to the left side |
파일 크기 | 6.01 KB |
설치 횟수 | 184 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-06-26 |
출시 날짜 | 2019-06-25 |
개발자 | satou321 |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "default_locale": "en", "author": "satou321", "content_scripts": [ { "matches": [ "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.com\/*" ], "css": [ "style.css" ] } ] } |