Omnifriend

Quick access to friends' social profiles via the omnibox.

Omnifriendคืออะไร?

Omnifriend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://terrance.allofti.me และคุณลักษณะหลักของมันคือ "Quick access to friends' social profiles via the omnibox."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omnifriend

ดาวน์โหลดไฟล์ส่วนขยาย Omnifriend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}