Looong Tweet

Looong Tweet allows you to tweet longer tweets from Twitter

Looong Tweetคืออะไร?

Looong Tweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://faniepush1.azurewebsites.net และคุณลักษณะหลักของมันคือ "Looong Tweet allows you to tweet longer tweets from Twitter"

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

screenshot

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

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

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

                        Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.                    

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

ชื่อ Looong Tweet Looong Tweet
ID ehcbmjofnaamkkcmnicflbfgdfmogidm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm
คำอธิบาย Looong Tweet allows you to tweet longer tweets from Twitter
ขนาดไฟล์ 46.15 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2015-09-16
วันที่เผยแพร่ 2015-09-16
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://faniepush1.azurewebsites.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Looong Tweet",
    "description": "Looong Tweet allows you to tweet longer tweets from Twitter",
    "version": "1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/short-tweet.azure-mobile.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js",
                "MobileServices.Web-1.2.5.min.js"
            ]
        }
    ]
}