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 |
官方網址 | 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" ] } ] } |