Search center aligner
Search center aligner
什么是Search center aligner ?
Search center aligner 是由altitakov开发的Chrome扩展程序,该扩展的主要功能是“Search center aligner”。
扩展截图
下载Search center aligner 扩展crx文件
下载Search center aligner 扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The alignment of the content of the search center Enjoy and do not turn your head! Seals will give the mood for every day. If you have a large monitor. release 1.4: - fix google updates - fix yandex updates - add duckduckgo release 1.3: - google and yandex image pages fix - permission edits - dependence on screen - icons
扩展基本信息
名称 | |
ID | mincleldcfpfonkhogecibmppgbeoglb |
官方URL | https://chrome.google.com/webstore/detail/search-center-aligner/mincleldcfpfonkhogecibmppgbeoglb |
简介 | Search center aligner |
文件大小 | 28.15 KB |
安装次数 | 40 |
当前版本 | 1.4 |
更新时间 | 2020-06-10 |
上架时间 | 2020-06-10 |
评分 | 3.00/5 共8次评分 |
开发者 | altitakov |
付费类型 | free |
扩展官网 | https://github.com/alexTitakoff/search-center-aligner |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search center aligner ", "version": "1.4", "manifest_version": 2, "description": "Search center aligner", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "browser_action: default_title", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "background": [], "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.yandex.ru\/*", "https:\/\/*.yandex.ru\/*" ], "exclude_matches": [ "https:\/\/yandex.ru\/", "https:\/\/yandex.ru\/", "https:\/\/yandex.ru\/images\/*", "https:\/\/yandex.ru\/images\/*" ], "run_at": "document_start", "js": [ "js\/align-yandex.js" ] }, { "matches": [ "https:\/\/*.google.ru\/*", "https:\/\/*.google.com\/*" ], "exclude_matches": [ "https:\/\/google.ru\/", "https:\/\/google.com\/" ], "run_at": "document_start", "js": [ "js\/align-google.js" ] }, { "matches": [ "https:\/\/duckduckgo.com\/*" ], "exclude_matches": [ "https:\/\/duckduckgo.com\/" ], "run_at": "document_start", "js": [ "js\/align-duckduckgo.js" ] } ], "options_page": "html\/options.html", "homepage_url": "http:\/\/yourdomainhere.com\/" } |