Search center aligner
Search center aligner
Co je Search center aligner ?
Search center aligner je rozšíření Chrome vyvinuté altitakov, a jeho hlavní funkcí je „Search center aligner“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Search center aligner
Stáhněte si soubory rozšíření Search center aligner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | mincleldcfpfonkhogecibmppgbeoglb |
Oficiální URL | https://chrome.google.com/webstore/detail/search-center-aligner/mincleldcfpfonkhogecibmppgbeoglb |
Popis | Search center aligner |
Velikost souboru | 28.15 KB |
Počet instalací | 40 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2020-06-10 |
Datum Vydání | 2020-06-10 |
Hodnocení | 3.00/5 Celkem 8 Hodnocení |
Vývojář | altitakov |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/alexTitakoff/search-center-aligner |
Podporované Jazyky | 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\/" } |