Looong Tweet

Looong Tweet allows you to tweet longer tweets from Twitter

Looong Tweet là gì?

Looong Tweet là một tiện ích mở rộng Chrome được phát triển bởi https://faniepush1.azurewebsites.net, và tính năng chính của nó là "Looong Tweet allows you to tweet longer tweets from Twitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Looong Tweet

Tải xuống các tệp mở rộng Looong Tweet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Looong Tweet Looong Tweet
ID ehcbmjofnaamkkcmnicflbfgdfmogidm
URL Chính Thức https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm
Mô tả Looong Tweet allows you to tweet longer tweets from Twitter
Kích Thước Tệp 46.15 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-09-16
Ngày Phát Hành 2015-09-16
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://faniepush1.azurewebsites.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}