The FKing Github

View starred repositories, organizing stars, searching stars for Github.

The FKing Github là gì?

The FKing Github là một tiện ích mở rộng Chrome được phát triển bởi coderlxc, và tính năng chính của nó là "View starred repositories, organizing stars, searching stars for Github.".

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

screenshot

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

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

                        English:

1. After you install The Fucking Github, you can easily view the repositories you have already stared by simply clicking on its icon.
2. You can easily tag the repositories you have already stared with, and you can quickly search for them by these tags.
3. It’s easier to go to the homepage of the developers you are following or followed you.
4. Do you want a table of content when you look at the Readme for some repositories and want to be able to copy the sample code inside with just one mouse click? The Fucking Github do it.
5. Search for your starred repositories by name, owner, description, language and whether they have been tagged.
6. Easier to search for repositories on Github and make it easier to find the one you need by comparing the Readme and the number of stars for each item you searched for.
7. Cross-platform, data synced via Google Account.
8. No pro! No advanced! It's free and open source!

---
中文:

1. 在安装并启动了 The Fucking Github 之后,你就可以通过简单地点击它的图标就能查看那些你已经 star 过的项目。
2. 你可以给那些你已经 star 过的项目打标签,然后你就可以很轻松地通过这些标签找到它们。
3. 你可以很轻松地访问那些你已经关注或者关注你的用户的 Github 主页。
4. 当你在查看某些项目的 README 文档时你是否想要一个目录树呢?或者想要能够只点击一下鼠标就可以复制里面的代码块呢?通过 The Fucking Github,你可以。
5. 你可以通过项目的名字、作者、描述、语言和你是否已经给打过标签来快速地搜索你已 star 过的项目。
6. 很方便就能搜索 Github 上的项目,并且要查看他们的 README 文档或者对比 star 数量很轻松,这样你就能很快地找到那个你需要的项目。
7. 因为是 Chrome 浏览器的扩展,所以 The Fucking Github 是跨平台的,并且通过 Google 账户进行数据同步,即使你有多台电脑,有多个版本的 Chrome 浏览器,数据照样能同步。
8. 不会有 Pro!也不会有高级版!开源免费!                    

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

Tên The FKing Github The FKing Github
ID agajobpbaphiohkbkjigcalebbfmofdo
URL Chính Thức https://chrome.google.com/webstore/detail/agajobpbaphiohkbkjigcalebbfmofdo
Mô tả View starred repositories, organizing stars, searching stars for Github.
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 1,168
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-09-14
Ngày Phát Hành 2020-09-14
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển coderlxc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lvxianchao/the-fucking-github
URL Trang Trợ Giúp https://github.com/lvxianchao/the-fucking-github
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The FKing Github",
    "version": "1.4.1",
    "description": "View starred repositories, organizing stars, searching stars for Github.",
    "homepage_url": "https:\/\/github.com\/lvxianchao\/the-fucking-github",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "https:\/\/api.github.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}