Full Screen for Google Tasks

Standalone Google Tasks app for desktop!

Full Screen for Google Tasksคืออะไร?

Full Screen for Google Tasks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fullscreen-for-googletasks.com และคุณลักษณะหลักของมันคือ "Standalone Google Tasks app for desktop!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Screen for Google Tasks

ดาวน์โหลดไฟล์ส่วนขยาย Full Screen for Google Tasks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Google Tasks app for computer users. It can either open in a new tab, or launch an independent window like a desktop app - works the same on Windows PC, Mac, Linux and Chromebook. Try it if Google Task is your daily todo list, but sometimes you want to:
- make the sidebar wider / bigger / fullscreen
- use it alone in a separate window / separate tab, not on the side of gmail / google calendar
- search across all lists
- have a dedicated desktop client or PWA that you can pin to the Taskbar / Dock
- print or export your list
- sort the lists in the order you want
- work offline

Also available as a web version: https://fullscreen-for-googletasks.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Full Screen for Google Tasks Full Screen for Google Tasks
ID ndbaejgcaecffnhlmdghchfehkflgfkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-screen-for-google-ta/ndbaejgcaecffnhlmdghchfehkflgfkj
คำอธิบาย Standalone Google Tasks app for desktop!
ขนาดไฟล์ 601 KB
จำนวนการติดตั้ง 163,359
เวอร์ชันปัจจุบัน 1.20.22
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2020-06-24
คะแนน 4.65/5 รวมทั้งหมด 1082 คะแนน
ผู้พัฒนา https://fullscreen-for-googletasks.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://groups.google.com/forum/#!forum/full-screen-for-google-tasks
URL หน้านโยบายความเป็นส่วนตัว https://zeeingsoft.com/privacy.html
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Full Screen for Google Tasks",
    "short_name": "Full Screen for Google Tasks",
    "description": "__MSG_short_description__",
    "version": "1.20.22",
    "manifest_version": 3,
    "icons": {
        "256": "icons\/icon_256.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi+ACi0ZIIwYTtUDZuPM5fog1mxEClUgwJ4cbi9Obi6TEM0fOHHLJWLzvB2qFFSFg9hKGuZ5zmMWwHlZ8OmzEr6cTY3mNBymtj5\/oIMF1lFdYfq2yqy1LefM+w5Wv93+qTT50+dQ9xqsk7erw86VEdkR7HZf0CTegKKZuPmJG3f3jXMkU8P47SNuJJkT3ekcXZq4SMa8VuSavOwAIbEyiRcT1XwdqDK\/Tp1g\/W6iUIe5YwY7ujuKxGVi8npw5GRmCF0cawjUpNN5LyWbRzuTAAK3Fd\/Oi6E14dlaWxOMu0EWkdaDLQHk8nhwhtR7OVNJvUHa8JIgJaewnFWQuDN4tQwIDAQAB",
    "action": {
        "default_title": "Full Screen for Google Tasks"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "845259613276-4ueukn5m8i0f0jtb050of3g6ma7kiqsc.apps.googleusercontent.com",
        "scopes": []
    }
}