Better Google Tasks
Have a gmail account? Thought so! You can now use Google Tasks in a much nicer way.
Better Google Tasksคืออะไร?
Better Google Tasks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samcgardner และคุณลักษณะหลักของมันคือ "Have a gmail account? Thought so! You can now use Google Tasks in a much nicer way."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Google Tasks
ดาวน์โหลดไฟล์ส่วนขยาย Better Google Tasks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A fixed version of the excellent https://chrome.google.com/webstore/detail/better-google-tasks/denjcdefjebbmlihdoojnebochnkgcin/related?hl=en by Matt Atkins. I have no license to redistribute it, but I have to put it here to use it myself and I can't actually stop you using it. Thus, feel free to use or modify it, but you're on your own if you do. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ondojieohdepddahkainjbhcnobolbim |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/better-google-tasks/ondojieohdepddahkainjbhcnobolbim |
| คำอธิบาย | Have a gmail account? Thought so! You can now use Google Tasks in a much nicer way. |
| ขนาดไฟล์ | 134 KB |
| จำนวนการติดตั้ง | 708 |
| เวอร์ชันปัจจุบัน | 1.4.0 |
| อัปเดตครั้งล่าสุด | 2018-10-03 |
| วันที่เผยแพร่ | 2018-10-03 |
| คะแนน | 3.27/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | samcgardner |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"manifest_version": 2,
"name": "Better Google Tasks",
"short_name": "Google Tasks",
"description": "Have a gmail account? Thought so! You can now use Google Tasks in a much nicer way.",
"version": "1.4.0",
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/tasks\/canvas*"
],
"js": [
"js\/jquery-2.1.3.min.js",
"js\/script.js"
]
}
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Better Google Tasks",
"default_icon": "img\/icon-32.png"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"css\/styles.css",
"font\/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2",
"font\/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2",
"font\/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2",
"font\/oMMgfZMQthOryQo9n22dcn-_kf6ByYO6CLYdB4HQE-Y.woff2",
"font\/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2",
"font\/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2",
"font\/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2",
"img\/clear.svg",
"img\/close.svg",
"img\/combined_v22.png",
"img\/date-order.svg",
"img\/date.svg",
"img\/delete.svg",
"img\/dots.svg",
"img\/down.svg",
"img\/favicon.ico",
"img\/history.svg",
"img\/icon-16.png",
"img\/icon-32.png",
"img\/icon.png",
"img\/my-order.svg",
"img\/refresh.svg",
"img\/sprites.png",
"img\/tasks.png",
"img\/trash.svg",
"img\/undelete.svg"
],
"icons": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
}
} | |