Remu

Just for GitHub Star, view stars and organizing starred repository.

Remuとは何ですか?

Remuはzenghongtuによって開発されたChromeの拡張機能で、その主な機能は「Just for GitHub Star, view stars and organizing starred repository.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Remu拡張機能のCRXファイルをダウンロード

Remu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Github Repo: https://github.com/zenghongtu/Remu

Privacy Policy: https://github.com/zenghongtu/Remu/blob/master/privacy-policy.md

## Feature

- Star history
- Show starred repositories / watching repositories(**default close**)
- Add Notes
- Set / Edit / Delete Tags
- Search by title / description / readme(**default close**)
- UnStarred Repo / Download Zip / Clone with HTTPS
- Google Account Sync Token/GistId, Gist ** Auto Sync ** tag data (default 6 second delay)
- and many more...

## Next Feature

- [ ] multi-language
- [ ] theme
- [ ] toc
- [ ] search tips
- [ ] tag custom color                    

拡張機能の基本情報

名前 Remu Remu
ID bajifjohhghngljcfhkbpcggafpiajdo
公式URL https://chromewebstore.google.com/detail/remu/bajifjohhghngljcfhkbpcggafpiajdo
説明 Just for GitHub Star, view stars and organizing starred repository.
ファイルサイズ 1.68 MB
インストール数 1,181
現在のバージョン 1.2.0
最終更新日 2020-12-17
公開日 2020-06-25
評価 4.92/5 合計 12 レビュー
開発者 zenghongtu
Eメール zenghongtu@gmail.com
支払い方法 free
拡張機能のウェブサイト https://github.com/zenghongtu/Remu
ヘルプページのURL https://github.com/zenghongtu/Remu/issues
プライバシーポリシーページのURL https://github.com/zenghongtu/Remu/blob/master/privacy-policy.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Just for GitHub Star, view stars and organizing starred repository.",
    "version": "1.2.0",
    "name": "Remu",
    "short_name": "Remu",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/zenghongtu\/",
    "icons": {
        "32": "32x32.png",
        "64": "64x64.png",
        "128": "128x128.png",
        "256": "256x256.png"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "https:\/\/api.github.com\/*"
    ],
    "browser_action": {
        "default_icon": "64x64.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "js": [
                "js\/content.bundle.js"
            ],
            "css": [
                "style\/content.css"
            ],
            "run_at": "document_start"
        }
    ]
}