Tweet Smart

Compose Auto Numbered Tweet Storms

Tweet Smart là gì?

Tweet Smart là một tiện ích mở rộng Chrome được phát triển bởi Shashi Singh, và tính năng chính của nó là "Compose Auto Numbered Tweet Storms".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Tweet Smart 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

                        TweetSmart helps you compose automatically numbered tweet storms. 

When expressing your views on twitter, sometimes it takes a series of tweets rather than just one. Many people go about numbering their tweets 1/n,2/n... without knowing what n would eventually be. 

TweetSmart is a smart compose box which automatically breaks down your composition into tweets and numbers them and then tweets them as responses so that they appeared clubbed when your followers view them on their timeline.                    

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

Tên Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
URL Chính Thức https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
Mô tả Compose Auto Numbered Tweet Storms
Kích Thước Tệp 942 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2015-12-11
Ngày Phát Hành 2015-12-10
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Shashi Singh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tweetsmart.in
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet Smart",
    "description": "Compose Auto Numbered Tweet Storms",
    "author": "offered by Shashi Singh",
    "version": "1.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "chrome_ex_oauth.js",
            "chrome_ex_oauthsimple.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "chrome_ex_oauth.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.twitter.com\/oauth\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}