checklist for Google Tasks™
Access and manage all your Google Tasks™ directly in Chrome
checklist for Google Tasks™คืออะไร?
checklist for Google Tasks™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nt และคุณลักษณะหลักของมันคือ "Access and manage all your Google Tasks™ directly in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย checklist for Google Tasks™
ดาวน์โหลดไฟล์ส่วนขยาย checklist for Google Tasks™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provide an interface to Google Tasks™ via an easy-to-use Chrome extension. List of tasks and the ability to quickly add a task are a keyboard shortcut away. * fast access to tasks from Chrome * ability to add a page, or text from a page, as a task directly via right-click menu and keyboard shortcuts * great for use with gmail to make a task out of an email; adding a page as a task stores the URL of that page for quick access later * support for multiple lists and consolidated view of all lists Google Tasks is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | checklist for Google Tasks™ |
ID | fibjmnmjpbbfidpemmpjbofecnkhbeno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/checklist-for-google-task/fibjmnmjpbbfidpemmpjbofecnkhbeno |
คำอธิบาย | Access and manage all your Google Tasks™ directly in Chrome |
ขนาดไฟล์ | 404 KB |
จำนวนการติดตั้ง | 25,384 |
เวอร์ชันปัจจุบัน | 2.8.1 |
อัปเดตครั้งล่าสุด | 2020-03-29 |
วันที่เผยแพร่ | 2020-03-29 |
คะแนน | 3.66/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | nt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://checklist.tawileh.com |
URL หน้านโยบายความเป็นส่วนตัว | https://checklist.tawileh.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "checklist for Google Tasks\u2122", "short_name": "checklist", "version": "2.8.1", "description": "Access and manage all your Google Tasks\u2122 directly in Chrome", "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "24": "images\/icon24.png", "16": "images\/icon16.png" }, "minimum_chrome_version": "32", "browser_action": { "default_icon": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png", "32": "images\/icon32.png", "24": "images\/icon24.png", "16": "images\/icon16.png" }, "default_title": "checklist", "default_popup": "popup.html" }, "oauth2": { "client_id": "679139693812-56f8sa37eqkl7klkshup0fasbp0tfvhh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/tasks", "https:\/\/www.googleapis.com\/auth\/tasks.readonly" ] }, "background": { "scripts": [ "lib\/jquery.min.js", "lib\/sugar.js", "gtasks.js", "memegen.js", "lib\/gapi-chrome-apps.js", "scheduler.js", "feeds.js", "util.js", "options.js", "notify.js", "background.js" ] }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } }, "task-add": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Task this page (today)" } }, "permissions": [ "storage", "tabs", "identity", "identity.email", "contextMenus", "notifications", "https:\/\/www.googleapis.com\/*" ] } |