Omnifriend

Quick access to friends' social profiles via the omnibox.

Omnifriend란 무엇입니까?

Omnifriend은(는) https://terrance.allofti.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to friends' social profiles via the omnibox."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Omnifriend caches a list of social contacts from Facebook, Twitter, Google+, Steam, Reddit and more.  You can then search from Chrome's omnibox (or from the dedicated search page) to instantly find and open profile pages.

The extension gathers links to friends based on the currently logged in user, so no site-specific app permissions are needed.  Chrome permissions are granted as needed, and you can disable each site to revoke the permissions.

---

v1.2.0 (17/02/2024):
* updated to satisfy Chrome's upcoming Manifest v3 requirement

v1.1.1 (10/09/2014):
* clear works as expected
* email import fixed
* slight style improvements

v1.1 (10/09/2014):
* fuzzy search algorithm (e.g. for initials)
* email address book import
* multiple account sync

v1.0 (12/08/2014):
* Facebook, Twitter, Google+ sync
* omnibox search
* custom search page

Full changelog: http://git.io/sY6UMg                    

확장 프로그램 기본 정보

이름 Omnifriend Omnifriend
ID mmnchokjkphgfhbfjjmjcalamghkpgkc
공식 URL https://chromewebstore.google.com/detail/omnifriend/mmnchokjkphgfhbfjjmjcalamghkpgkc
설명 Quick access to friends' social profiles via the omnibox.
파일 크기 814 KB
설치 횟수 525
현재 버전 1.2.0
최근 업데이트 2024-02-23
출시 날짜 2016-03-07
평점 5.00/5 총 2 개의 평점
개발자 https://terrance.allofti.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Terrance/Omnifriend
도움말 페이지 URL https://github.com/Terrance/Omnifriend/issues
개인정보 보호 정책 페이지 URL https://terrance.allofti.me/chrome-extension-privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omnifriend",
    "short_name": "Omnifriend",
    "description": "Quick access to friends' social profiles via the omnibox.",
    "version": "1.2.0",
    "author": "Terrance",
    "homepage_url": "https:\/\/github.com\/Terrance\/Omnifriend",
    "omnibox": {
        "keyword": "friend"
    },
    "background": {
        "service_worker": "res\/js\/background.js"
    },
    "options_page": "res\/html\/options.html",
    "permissions": [
        "cookies",
        "storage"
    ],
    "optional_host_permissions": [
        "https:\/\/www.facebook.com\/",
        "https:\/\/plus.google.com\/",
        "https:\/\/ssl.reddit.com\/",
        "https:\/\/steamcommunity.com\/",
        "https:\/\/twitter.com\/"
    ],
    "icons": {
        "16": "res\/img\/icon-16.png",
        "48": "res\/img\/icon-48.png",
        "128": "res\/img\/icon-128.png"
    },
    "manifest_version": 3
}