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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Runrun.it
ID pailcfeefjcjljdhidegmmohpnafacml
官方網址 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"
}