Star Manager
tiny Github star manager
Star Managerとは何ですか?
Star ManagerはKilerdによって開発されたChromeの拡張機能で、その主な機能は「tiny Github star manager」です。
拡張機能のスクリーンショット
Star Manager拡張機能のCRXファイルをダウンロード
Star Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
here is a very tiny Github star manager. you can access your star list on Chrome quickly and easily. After installation, you need to type your Github username to the bottom input field. Then, wait half an hour or restart your Chrome completely for fetching your Github star list. The refresh process would be activated when starting Chrome or every half an hour. For easily open the pop up page, you can set a shortcut for it in Chrome Extensions Page. Finally, enjoy it and thanks for installation. Oh, by the way if possible, please star it in Github https://github.com/Kilerd/StarManager
拡張機能の基本情報
名前 | Star Manager |
ID | klajgkhhnnipjkilfgkkjofidahjfobh |
公式URL | https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh |
説明 | tiny Github star manager |
ファイルサイズ | 878 KB |
インストール数 | 46 |
現在のバージョン | 0.0.7 |
最終更新日 | 2019-12-03 |
公開日 | 2019-12-03 |
開発者 | Kilerd |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Kilerd/StarManager |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Manager", "version": "0.0.7", "description": "tiny Github star manager", "icons": { "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "storage" ] } |