Ojjina

Ojjina - Easy browsing

Ojjina란 무엇입니까?

Ojjina은(는) Extension Pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ojjina - Easy browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ojjina 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}