Search center aligner
Search center aligner
¿Qué es Search center aligner ?
Search center aligner es una extensión de Chrome desarrollada por altitakov, y su función principal es "Search center aligner".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search center aligner
Descarga archivos de extensión Search center aligner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | mincleldcfpfonkhogecibmppgbeoglb |
URL Oficial | https://chrome.google.com/webstore/detail/search-center-aligner/mincleldcfpfonkhogecibmppgbeoglb |
Descripción | Search center aligner |
Tamaño del Archivo | 28.15 KB |
Cantidad de Instalaciones | 40 |
Versión Actual | 1.4 |
Última Actualización | 2020-06-10 |
Fecha de Publicación | 2020-06-10 |
Calificación | 3.00/5 Total de 8 Calificaciones |
Desarrollador | altitakov |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/alexTitakoff/search-center-aligner |
Idiomas Soportados | 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\/" } |