Any.do New Tab

Extension to see the upcoming tasks to do in the new tab

什麼是Any.do New Tab?

Any.do New Tab是由Mike Petrov開發的Chrome擴展程式,該擴展的主要功能是“Extension to see the upcoming tasks to do in the new tab”。

擴展截圖

screenshot
screenshot

下載Any.do New Tab擴展crx文件

下載Any.do New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension developed by a regular user Any.do, to increase productivity.
I believe that this functionality is very useful and should be adding to the ecosystem Any.do.                    

擴展基本資訊

名稱 Any.do New Tab Any.do New Tab
ID dbnilnmohcdilfmocogmgolbbmahofel
官方網址 https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel
簡介 Extension to see the upcoming tasks to do in the new tab
檔案大小 157 KB
安裝次數 423
目前版本 0.1.2
更新時間 2020-05-31
上架時間 2020-05-30
評分 3.25/5 共 4 次評分
開發者 Mike Petrov
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any.do New Tab",
    "description": "Extension to see the upcoming tasks to do in the new tab",
    "version": "0.1.2",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}