Search center aligner
Search center aligner
Search center aligner คืออะไร?
Search center aligner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย altitakov และคุณลักษณะหลักของมันคือ "Search center aligner"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search center aligner
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" } |