UpSolve tracker
Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…
UpSolve trackerとは何ですか?
UpSolve trackerはnilanjanalodhによって開発されたChromeの拡張機能で、その主な機能は「Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving…」です。
拡張機能のスクリーンショット
UpSolve tracker拡張機能のCRXファイルをダウンロード
UpSolve tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you mark coding problems for solving later across different sites but forget about them later?
Then consider giving UpSolve-tracker a try!
Upsolve tracker lets you
- mark problems for solving later across various sites , and
- also lets you add tags to the saved problems
- view your pending and solved problems at-a-glance in your dashboard
- reminds you the number of pending problems via a badge on the extension icon.
More features such as activity graph and alarm are in the pipeline. Stay tuned! 拡張機能の基本情報
| 名前 | |
| ID | gadhgehadcnbmhjkpnjbhjhdbohdokpj |
| 公式URL | https://chromewebstore.google.com/detail/upsolve-tracker/gadhgehadcnbmhjkpnjbhjhdbohdokpj |
| 説明 | Do you mark coding problems for solving later across different sites but forget about them later? Then consider giving… |
| ファイルサイズ | 129 KB |
| インストール数 | 1,697 |
| 現在のバージョン | 0.02 |
| 最終更新日 | 2018-05-26 |
| 公開日 | 2018-05-26 |
| 評価 | 4.68/5 合計 34 レビュー |
| 開発者 | nilanjanalodh |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "UpSolve tracker",
"version": "0.02",
"browser_action": {
"default_icon": "images\/greytick.png",
"default_title": "UpSolve tracker",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"storage"
]
} | |