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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}