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文件
下载Always expands the Google search tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |