OMG! Ubuntu!
The official OMG! Ubuntu! extension
OMG! Ubuntu!คืออะไร?
OMG! Ubuntu! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.omgubuntu.co.uk และคุณลักษณะหลักของมันคือ "The official OMG! Ubuntu! extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OMG! Ubuntu!
ดาวน์โหลดไฟล์ส่วนขยาย OMG! Ubuntu! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |