Omnifriend

Quick access to friends' social profiles via the omnibox.

Omnifriend क्या है?

Omnifriend https://terrance.allofti.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to friends' social profiles via the omnibox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Omnifriend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}