Twitter Assistant

Helpful little features for Twitter.

Twitter Assistantคืออะไร?

Twitter Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MindSky และคุณลักษณะหลักของมันคือ "Helpful little features for Twitter."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Assistant

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

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

                        Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost.

Quick access to useful symbols such as ¼ and ☼                    

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

ชื่อ Twitter Assistant Twitter Assistant
ID femngnbabpfmcdbghieemklfobfppelm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm
คำอธิบาย Helpful little features for Twitter.
ขนาดไฟล์ 84.15 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-01-14
วันที่เผยแพร่ 2020-01-14
ผู้พัฒนา MindSky
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sky.mind.im/twitter-assistant
URL หน้าช่วยเหลือ http://sky.mind.im/twitter-assistant
URL หน้านโยบายความเป็นส่วนตัว http://sky.mind.im/privacy
ภาษาที่รองรับ de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitter Assistant",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "omnibox": {
        "keyword": "ta"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ],
    "short_name": "Twitter Assistant",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}