Tot | Convert any text into task

You can convert any text into task

Tot | Convert any text into taskคืออะไร?

Tot | Convert any text into task เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Green และคุณลักษณะหลักของมันคือ "You can convert any text into task"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tot | Convert any text into task

ดาวน์โหลดไฟล์ส่วนขยาย Tot | Convert any text into task ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Tot is a simple and dead chrome extension that can help you to convert any text over internet to task in Trello (We will give support of other tools too).
Steps to use:
1. Select the text
2. Right click and choose "Convert into Task" option
3. Select your Trello's board and list & Done

Tot will now save the source URL also.
Premium: You can create snapshot, edit it with paint tool and attach to task for reference. 

We're in beta so you can share your feedback here or reach us at:
https://tot.justgreen.in                    

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

ชื่อ Tot | Convert any text into task Tot | Convert any text into task
ID ahbnljonnejlldcfccaklgpcblpodfeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tot-convert-any-text-into/ahbnljonnejlldcfccaklgpcblpodfeo
คำอธิบาย You can convert any text into task
ขนาดไฟล์ 346 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-07-15
วันที่เผยแพร่ 2019-08-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Green
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tot.justgreen.in/
URL หน้าช่วยเหลือ https://tot.justgreen.in/
URL หน้านโยบายความเป็นส่วนตัว https://justgreen.in/totprivacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tot | Convert any text into task",
    "version": "2.0.2",
    "description": "You can convert any text into task",
    "browser_action": {
        "default_icon": {
            "19": "\/images\/logo.png",
            "38": "\/images\/logo.png"
        },
        "default_title": "Tot"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*",
                "https:\/\/api.gumroad.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "js\/main.js",
                "js\/home.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/assets.gumroad.com\/assets\/gumroad-embed-05a8f9c1f958917b9d6a84fd31b3204fcd2a2f645f4f97f9763f067919726d09.js; object-src 'self' ",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png",
        "views\/*"
    ],
    "commands": {
        "open-tot": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "TOT"
        }
    },
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "tabs"
    ]
}