OMG! Chrome!
The official OMG! Chrome! extension
什么是OMG! Chrome!?
OMG! Chrome!是由https://omgchrome.com开发的Chrome扩展程序,该扩展的主要功能是“The official OMG! Chrome! extension”。
扩展截图
下载OMG! Chrome!扩展crx文件
下载OMG! Chrome!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! |
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" } |