OMG! Chrome!

The official OMG! Chrome! extension

OMG! Chrome! là gì?

OMG! Chrome! là một tiện ích mở rộng Chrome được phát triển bởi https://omgchrome.com, và tính năng chính của nó là "The official OMG! Chrome! extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OMG! Chrome!

Tải xuống các tệp mở rộng OMG! Chrome! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OMG! Chrome! OMG! Chrome!
ID aeellliejpiclijnghognjagifplmmij
URL Chính Thức https://chromewebstore.google.com/detail/omg-chrome/aeellliejpiclijnghognjagifplmmij
Mô tả The official OMG! Chrome! extension
Kích Thước Tệp 92.95 KB
Số Lần Cài Đặt 545
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2020-07-13
Ngày Phát Hành 2019-10-17
Đánh Giá 4.13/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://omgchrome.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.omgchrome.com
Ngôn Ngữ Được Hỗ Trợ 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"
}