GithubRemark

给你的Github好友增加备注名吧~

Cos'è GithubRemark?

GithubRemark è un'estensione di Chrome sviluppata da dpy1123, e la sua funzione principale è "给你的Github好友增加备注名吧~".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GithubRemark

Scarica i file di estensione GithubRemark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        GithubRemark
这是一个chrome插件,用于扩展Github的交友能力~
虽然Github有name和username,但是还缺少像微信那样的备注名功能。此功能的缺失,对于现在二次元化的g友间的沟通和交往十分不利,因此本扩展应运而生~


使用
1.在图标上单击,选择on则开启功能。
2.开启后,在原来username的位置后面会有“(no remark)”,里面是remark信息。直接双击可以添加或修改备注。
在首页,star、follows、following页面,项目的stargazers、watchers页面都可以增加备注~
3.需要登陆github账号才可以使用,以github的username作为唯一标识。取消自行设置功能,防止设置他人的标识而获取他人的备注信息的行为。                    

Informazioni di Base sull'Estensione

Nome GithubRemark GithubRemark
ID mfimgdoejnljagjkeeieiidhejnnoicp
URL Ufficiale https://chromewebstore.google.com/detail/githubremark/mfimgdoejnljagjkeeieiidhejnnoicp
Descrizione 给你的Github好友增加备注名吧~
Dimensione del File 129 KB
Conteggio Installazioni 103
Versione Corrente 0.5.6
Ultimo Aggiornamento 2023-08-30
Data di Pubblicazione 2019-01-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore dpy1123
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GithubRemark",
    "version": "0.5.6",
    "description": "\u7ed9\u4f60\u7684Github\u597d\u53cb\u589e\u52a0\u5907\u6ce8\u540d\u5427\uff5e",
    "icons": {
        "128": "images\/github_512.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.github.com\/*"
    ],
    "action": {
        "default_title": "GithubRemark",
        "default_icon": {
            "19": "images\/github.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "devtools_page": "options.html"
}