Ojjina
Ojjina - Easy browsing
Ojjinaคืออะไร?
Ojjina เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extension Pro และคุณลักษณะหลักของมันคือ "Ojjina - Easy browsing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ojjina
ดาวน์โหลดไฟล์ส่วนขยาย Ojjina ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick. Adaptive. Responsive. Expedited quick browser. By clicking "Add to Chrome", I accept and agree to installing the Ojjina Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search provided by Microsoft Bing by the service and the Terms of Use and Privacy Policy. Features: Fresh search box for browsing that aligns up with you. Quick socials for natural web movement. Fresh minimal design for a fresh look. Terms of Use: https://ojjina.com/terms/ Privacy Policy: https://ojjina.com/privacy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ojjina |
ID | nephiagegneojkefbbicjcpficjmchjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ojjina/nephiagegneojkefbbicjcpficjmchjg |
คำอธิบาย | Ojjina - Easy browsing |
ขนาดไฟล์ | 1.34 MB |
จำนวนการติดตั้ง | 5,834 |
เวอร์ชันปัจจุบัน | 0.0.25 |
อัปเดตครั้งล่าสุด | 2024-02-27 |
วันที่เผยแพร่ | 2022-04-20 |
ผู้พัฒนา | Extension Pro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://ojjina.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ojjina", "short_name": "Ojjina", "version": "0.0.25", "description": "Ojjina - Easy browsing", "homepage_url": "https:\/\/ojjina.com\/", "omnibox": { "keyword": "ojjina" }, "chrome_url_overrides": { "newtab": "html\/index.html" }, "action": { "default_title": "New Tab - Ojjina", "default_icon": "icons\/plexita-logo-x.png" }, "icons": { "16": "icons\/plexita-16x16.png", "48": "icons\/plexita-48x48.png", "128": "icons\/plexita-128x128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Ojjina", "keyword": "Keyword", "search_url": "https:\/\/ojjina.com\/ext-handler.php?type=search&searchTerms={searchTerms}", "favicon_url": "https:\/\/ojjina.com\/img\/favicon.ico", "encoding": "UTF-8", "suggest_url": "https:\/\/ojjina.com\/ext-handler.php?type=suggestion&searchTerms={searchTerms}", "is_default": true } }, "background": { "service_worker": "html\/js\/background.js" } } |