oscnews

查看开源中国软件更新资讯,内置文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。

oscnews là gì?

oscnews là một tiện ích mở rộng Chrome được phát triển bởi http://wangchujiang.com, và tính năng chính của nó là "查看开源中国软件更新资讯,内置文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng oscnews 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

                        查看开源中国软件更新资讯,在每次 Chrome 浏览器新选项卡页面,展示该内容,同时还展示

1.搜索页面
2.网址导航,导航自定义
3.GitHub 趋势榜
4.文档手册导航
5.浏览历史记录导航
6.空白页时钟页面。
7.linux命令大全。
8.设置功能

更新内容:

- 支持暗主题。                    

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

Tên oscnews oscnews
ID iheapfheanfjcemgneblljhaebonakbg
URL Chính Thức https://chrome.google.com/webstore/detail/oscnews/iheapfheanfjcemgneblljhaebonakbg
Mô tả 查看开源中国软件更新资讯,内置文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。
Kích Thước Tệp 671 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.16.0
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2019-11-07
Đánh Giá 3.97/5 Tổng số 30 Đánh Giá
Nhà Phát Triển http://wangchujiang.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jaywcjlove/oscnews
URL Trang Trợ Giúp https://github.com/jaywcjlove/oscnews/issues
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "oscnews",
    "version": "1.16.0",
    "description": "\u67e5\u770b\u5f00\u6e90\u4e2d\u56fd\u8f6f\u4ef6\u66f4\u65b0\u8d44\u8baf\uff0c\u5185\u7f6e\u6587\u6863\u5bfc\u822a\uff0cGitHub \u8d8b\u52bf\u699c\uff0clinux\u547d\u4ee4\u7d22\u5f15\uff0c\u6d4f\u89c8\u5386\u53f2\u8bb0\u5f55\u548c\u65f6\u949f\u9875\u9762\u3002",
    "icons": {
        "128": "osc-logo.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "storage",
        "history",
        "management",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.oschina.net\/",
        "https:\/\/github.com\/"
    ],
    "manifest_version": 3,
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}