FreeSMUG Updater for Chromium (Mac)

Check for, download and install the latest stable Chromium revisions

FreeSMUG Updater for Chromium (Mac) là gì?

FreeSMUG Updater for Chromium (Mac) là một tiện ích mở rộng Chrome được phát triển bởi stullig, và tính năng chính của nó là "Check for, download and install the latest stable Chromium revisions".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FreeSMUG Updater for Chromium (Mac)

Tải xuống các tệp mở rộng FreeSMUG Updater for Chromium (Mac) 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

                        This extension checks the repositories of FreeSMUG.org for their Mac Builds of Chromium.
(The builds from FreeSMUG.org had an autoupdate feature that broke in 64bit versions, so this can be used as a workaround.)

Features:

- Check for updates on Startup
- Check for updates every hour

- Include check for latest official Chrome Stable based on release calendar
- Notify on version mismatch

I am not affiliated, associated, authorized, endorsed by, or in any way officially connected with Google Inc and the Chromium Brand or any of its subsidiaries or its affiliates. The name "Chromium” as well as related names, marks, emblems and images are registered trademarks of Google Inc. 

For questions, remarks or bug reports, feel free to message me. 
  
Design inspired from: 
https://github.com/Hallbin/extension.chromium-updater                    

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

Tên FreeSMUG Updater for Chromium (Mac) FreeSMUG Updater for Chromium (Mac)
ID ccgjmadhdidfloacagcnnodbkedkjedg
URL Chính Thức https://chromewebstore.google.com/detail/freesmug-updater-for-chro/ccgjmadhdidfloacagcnnodbkedkjedg
Mô tả Check for, download and install the latest stable Chromium revisions
Kích Thước Tệp 99.53 KB
Số Lần Cài Đặt 2,002
Phiên Bản Hiện Tại 0.1.1.4
Cập Nhật Lần Cuối 2018-08-16
Ngày Phát Hành 2018-06-20
Đánh Giá 3.36/5 Tổng số 36 Đánh Giá
Nhà Phát Triển stullig
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stullig/Chromium-Updater
URL Trang Trợ Giúp https://github.com/stullig/Chromium-Updater
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "stullig",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/popup.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhJlPNEsFnzIAq\/4F+hskMOgTXMD3MTdla+LDfvZMfzleyNF7c4jt5N94mawZ5x3\/yNAFVsUB9eWBccfouivVV7hAo8v+AoKtITX+LZyT2qOlEMQPVaTvekmcZApYGqCuIxgV0gchBsMOgEgaLU5ptQwVI9n41Pq37RBNGBqHuPlac8IUoPE1pKUABwqoR10ZUmyZK6isPizXghRaBPuHe3cmukHX9iVPDt7gPdur+1+NclYkZ7DJl7TLvMXTvur520PxF42p8FFCEHQRxOP9mPysLO1gwLC0R3OgaLQuTeaiMML5LFhLpP4Y2k2TDOmfwOzp\/qfD4oSxoiUYTAtQoQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/sourceforge.net\/projects\/osxportableapps\/*",
        "https:\/\/commondatastorage.googleapis.com\/*",
        "https:\/\/omahaproxy.appspot.com\/*"
    ],
    "short_name": "Chromium Updater",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1.4"
}