Search center aligner
Search center aligner
Search center aligner 란 무엇입니까?
Search center aligner 은(는) altitakov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search center aligner"입니다.
확장 프로그램 스크린샷
Search center aligner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" } |