OMG! Ubuntu!
The official OMG! Ubuntu! extension
OMG! Ubuntu!란 무엇입니까?
OMG! Ubuntu!은(는) https://www.omgubuntu.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official OMG! Ubuntu! extension"입니다.
확장 프로그램 스크린샷
OMG! Ubuntu! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stay up to date with the latest Ubuntu news, Linux app releases, and open source developments with the official omg! ubuntu Chrome extension! This free browser add-on displays a list of the 12 most recent posts published on the omgubuntu.co.uk blog, complete with a thumbnail, in a discrete popover. A system notification is shown when a new post is published, while the toolbar icon (if you pin it) shows how many unread posts are waiting for you. Don't want notifications? You can turn them off in the settings page. Unread items show an orange 'bookmark' icon next to them. You can mark an article as read (without reading it) by clicking the bookmark icon. Alternatively, click the 'Mark All As Read' in at the bottom of the popover window. To read an item just click its title to go straight to the correct article on the omg! ubuntu website. # Version 3.2.4: Visual refresh to match the blog Version 3.2.3: Updated toolbar icon Removed refresh button (as broken) Version 3.2.1: Refreshed branding More descriptive toolbar icon Version 3.1.0: Switch to https Version 3.0.2: Fix for Chrome OS Version 3.0.1: Bug fix for permissions request on Ohso sites Even better memory optimisations Version 3.0.0: Completely rewritten extension Now uses significantly less memory and works 'on demand' New graphic assets
확장 프로그램 기본 정보
이름 | OMG! Ubuntu! |
ID | nhmmlbjenhdockdgpklmdiamollflljn |
공식 URL | https://chromewebstore.google.com/detail/omg-ubuntu/nhmmlbjenhdockdgpklmdiamollflljn |
설명 | The official OMG! Ubuntu! extension |
파일 크기 | 87.57 KB |
설치 횟수 | 2,519 |
현재 버전 | 3.2.4 |
최근 업데이트 | 2023-10-25 |
출시 날짜 | 2020-04-30 |
평점 | 4.86/5 총 36 개의 평점 |
개발자 | https://www.omgubuntu.co.uk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.omgubuntu.co.uk |
도움말 페이지 URL | https://omgubuntu.co.uk/apps |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OMG! Ubuntu!", "version": "3.2.4", "manifest_version": 2, "description": "The official OMG! Ubuntu! 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! Ubuntu!", "default_popup": "popup.html" }, "background": { "scripts": [ "Background.js" ], "persistent": false }, "permissions": [ "https:\/\/*.omgubuntu.co.uk\/*", "notifications", "alarms" ], "web_accessible_resources": [ "images\/icon_logo48.png" ], "options_page": "options.html" } |