OMG! Chrome!

The official OMG! Chrome! extension

OMG! Chrome! क्या है?

OMG! Chrome! https://omgchrome.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official OMG! Chrome! extension"।

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

screenshot
screenshot

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

crx प्रारूप में OMG! Chrome! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Stay up-to-date with the latest Chrome, Chromebook & Chrome OS news from OMG! Chrome!. 

This extension adds a button to your Chrome toolbar that lets you quickly preview new posts with a click.

The toolbar icon will also display the number of items you have yet to read. When there are no new items the icon will turn grey.

When a new post is published you'll get a Chrome notification bubble alerting you, though these can be turned off in 'Options'.

Unread items have a red 'bookmark' logo to the right. 

To read an item just click its title or thumbnail to go straight to the post on OMG! Chrome!

To mark all posts as a read click the 'Mark All As Read' text at the bottom the extension window. To mark a post as read without reading it simply click anywhere under the title. 

--
#Change Log
v3.0.4
Fix broken feed URL
Update branding
Fix refresh button
v3.0.2
Fix for Chrome OS
v3.0.1
fix for permissions on Ohso websites
More performance optimisations 
v3.0.0
Extension has been rewritten from scratch
Faster response times
Now uses significantly less memory when open
No longer stays running in the background; works 'on demand'
New graphic assets                    

एक्सटेंशन की मूल जानकारी

नाम OMG! Chrome! OMG! Chrome!
ID aeellliejpiclijnghognjagifplmmij
आधिकारिक URL https://chromewebstore.google.com/detail/omg-chrome/aeellliejpiclijnghognjagifplmmij
विवरण The official OMG! Chrome! extension
फ़ाइल का आकार 92.95 KB
स्थापना संख्या 545
वर्तमान संस्करण 3.0.4
अंतिम अपडेट 2020-07-13
प्रकाशन तिथि 2019-10-17
रेटिंग 4.13/5 कुल 15 रेटिंग्स
डेवलपर https://omgchrome.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.omgchrome.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OMG! Chrome!",
    "version": "3.0.4",
    "manifest_version": 2,
    "description": "The official OMG! Chrome! extension",
    "icons": {
        "19": "images\/icon_active19.png",
        "48": "images\/icon_logo48.png",
        "128": "images\/icon_logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_active19.png",
            "38": "images\/icon_active38.png"
        },
        "default_title": "OMG! Chrome!",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "Background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.omgchrome.com\/*",
        "notifications",
        "alarms"
    ],
    "web_accessible_resources": [
        "images\/icon_logo48.png"
    ],
    "options_page": "options.html"
}