Tweet Smart

Compose Auto Numbered Tweet Storms

Tweet Smartคืออะไร?

Tweet Smart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shashi Singh และคุณลักษณะหลักของมันคือ "Compose Auto Numbered Tweet Storms"

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

ชื่อ Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
คำอธิบาย Compose Auto Numbered Tweet Storms
ขนาดไฟล์ 942 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2015-12-11
วันที่เผยแพร่ 2015-12-10
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Shashi Singh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tweetsmart.in
ภาษาที่รองรับ 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'"
}