Google Tasks Fork
A fork of the Google Tasks chrome extension
什麼是Google Tasks Fork?
Google Tasks Fork是由Mads Andreasen開發的Chrome擴展程式,該擴展的主要功能是“A fork of the Google Tasks chrome extension”。
擴展截圖
下載Google Tasks Fork擴展crx文件
下載Google Tasks Fork擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is basically a fork of the official google plugin. But working!
Manage your Google tasks with this plugin.
* Easily add tasks based on text selected on a website.
* Set reminders
* Manage multiple lists
* See your tasks in Gmail etc.
The project is available on GitHub: https://github.com/MadsAndreasen/GoogleTasksFork 擴展基本資訊
| 名稱 | |
| ID | ndnffckeceebpmkkfeadfdoldeeidlbm |
| 官方網址 | https://chromewebstore.google.com/detail/google-tasks-fork/ndnffckeceebpmkkfeadfdoldeeidlbm |
| 簡介 | A fork of the Google Tasks chrome extension |
| 檔案大小 | 38.01 KB |
| 安裝次數 | 931 |
| 目前版本 | 1.0 |
| 更新時間 | 2015-02-18 |
| 上架時間 | 2015-02-18 |
| 評分 | 3.71/5 共 7 次評分 |
| 開發者 | Mads Andreasen |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Tasks Fork",
"version": "1.0",
"description": "A fork of the Google Tasks chrome extension",
"browser_action": {
"default_icon": "images\/tasks-19x19.png",
"default_title": "Google Tasks",
"default_popup": "popup.html"
},
"background_page": "background.html",
"omnibox": {
"keyword": "t"
},
"icons": {
"16": "images\/tasks-16x16.png",
"19": "images\/tasks-19x19.png",
"48": "images\/tasks-48x48.png"
},
"permissions": [
"contextMenus",
"notifications",
"tabs",
"http:\/\/www.google.com\/",
"https:\/\/www.google.com\/",
"http:\/\/www.googleapis.com\/",
"https:\/\/www.googleapis.com\/"
]
} | |