Gitcoin

Push Open Source Forward. The easiest way to monetize your work in open source software.

Gitcoin là gì?

Gitcoin là một tiện ích mở rộng Chrome được phát triển bởi https://gitcoin.co, và tính năng chính của nó là "Push Open Source Forward. The easiest way to monetize your work in open source software.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Gitcoin is the easiest way to monetize or incentivize work in Open Source Software.

This Chrome Extension allows users to find new & interesting work, right where they work; on github.com.

As far as Open Source has come in the last several years, there is still a disconnect between the _value_ that the open source ecosystem provides to the modern economy, and the compensation provided to developers for that impact. The Oracle’s and Red Hat’s of the world have built successful businesses built upon open source, but the small and mid-caps of the world have not yet unbundled those business models.

The launch of Ethereum and the smart contract infrastructure built upon it has the potential to change all that. By tokenizing value and making it programmatically easy and secure to exchange value, there exists an opportunity to push open source forward with borderless, secure, easy payments.

Gitcoin Core is a team of developers that believes each of the follow actors in the Open Source ecosystem have a lot to gain by removing middlemen, creating new opportunities, and introducing efficiencies into their workflow:

So what exactly is Gitcoin? Gitcoin is a distributed network of Smart Contracts, based upon Ethereum that enables:
- Job Hunters to find work, and perhaps more importantly, to try out working together before they commit.
- Open Source Contributors to make a living wage off of their work in open source.
- Repo Maintainers to galvanize an always-on, globalized, network of peers.

Find out more at https://gitcoin.co/                    

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

Tên Gitcoin Gitcoin
ID gdocmelgnjeejhlphdnoocikeafdpaep
URL Chính Thức https://chromewebstore.google.com/detail/gitcoin/gdocmelgnjeejhlphdnoocikeafdpaep
Mô tả Push Open Source Forward. The easiest way to monetize your work in open source software.
Kích Thước Tệp 3.36 MB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 0.906
Cập Nhật Lần Cuối 2019-04-29
Ngày Phát Hành 2019-04-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://gitcoin.co
Loại Thanh Toán free
Trang Web Mở Rộng https://gitcoin.co
URL Trang Trợ Giúp https://gitcoin.co/help
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gitcoin.co",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script\/pageload\/functions.js",
                "script\/pageload\/body.js",
                "script\/pageload\/callbacks.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/gitcoin.co\/",
    "name": "Gitcoin",
    "description": "Push Open Source Forward.  The easiest way to monetize your work in open source software.",
    "version": "0.906",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/gitcoin.co\/"
    ],
    "background": {
        "scripts": [
            "script\/background.js"
        ],
        "persistent": false
    }
}