Runrun.it
The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.
Runrun.itとは何ですか?
Runrun.itはRunrun.itによって開発されたChromeの拡張機能で、その主な機能は「The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them.」です。
拡張機能のスクリーンショット
Runrun.it拡張機能のCRXファイルをダウンロード
Runrun.it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Runrun.it extension for Chrome allows you to view your task list (open and complete), work, pause, complete, reopen and prioritize them. Available only for clients with access to the Runrun.it API.
拡張機能の基本情報
名前 | Runrun.it |
ID | pailcfeefjcjljdhidegmmohpnafacml |
公式URL | https://chromewebstore.google.com/detail/runrunit/pailcfeefjcjljdhidegmmohpnafacml |
説明 | The Runrun.it extension for Chrome allows you to view your task list, work, pause, complete, reopen and prioritize them. |
ファイルサイズ | 988 KB |
インストール数 | 1,440 |
現在のバージョン | 1.0.7 |
最終更新日 | 2022-08-16 |
公開日 | 2019-04-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Runrun.it |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://runrun.it |
ヘルプページのURL | https://github.com/Runrunit/chrome-extension |
プライバシーポリシーページのURL | https://www.runrun.it/terms_and_conditions?locale=en-US |
対応言語 | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Runrun.it", "short_name": "Runrun.it", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.7", "browser_action": { "default_icon": "images\/icon_16_active.png", "default_title": "Runrun.it", "default_popup": "popup.html" }, "permissions": [ "idle", "alarms", "notifications" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "icons": { "16": "images\/favicon-16x16.png", "48": "images\/app_icon_48.png", "128": "images\/app_icon.png" }, "options_page": "options.html" } |