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 |
电子邮箱 | [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" } |