Twitter text Splitter

Easily split text for Twitter in 140 characters or less, with numbering and ellipsis options.

ما هو Twitter text Splitter؟

Twitter text Splitter هو إضافة Chrome تم تطويرها بواسطة https://twittertextsplitter.com، والميزة الرئيسية لها هي "Easily split text for Twitter in 140 characters or less, with numbering and ellipsis options.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Twitter text Splitter

قم بتنزيل ملفات الامتداد Twitter text Splitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Use "Twitter text Splitter" to split long texts into fragments of 140 characters that you can easily send to Twitter.

You can close the extension without problems, your text and fragments will be saved. Also, every Tweet you have send will be highlighted and you can send it again if necessary.

In the options you can select your preferred language, in addition to configuring the fragments:

-Choose if you'd like to add ellipses ...
-You can add a Tweets counter at the beginning or the end of each Tweet (1/5).
-Or you can not add anything! XD

Enjoy and see us on Twitter!! @TwittBoy                    

معلومات أساسية عن التمديد

الاسم Twitter text Splitter Twitter text Splitter
ID fmffhboakakghagkbaofkcbibejjjdam
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-text-splitter/fmffhboakakghagkbaofkcbibejjjdam
الوصف Easily split text for Twitter in 140 characters or less, with numbering and ellipsis options.
حجم الملف 354 KB
عدد التثبيتات 468
النسخة الحالية 1.1.2
آخر تحديث 2017-05-22
تاريخ النشر 2017-05-22
تقييم 5.00/5 مجموع تقييمات 2
المطور https://twittertextsplitter.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.twittertextsplitter.com/
عنوان صفحة المساعدة http://www.twittertextsplitter.com/p/twitter-text-splitter-chrome-extension.html
اللغات المدعومة en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/syndication.twitter.com; object-src 'self'",
    "short_name": "__MSG_appShort__",
    "homepage_url": "http:\/\/www.twittertextsplitter.com\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitter text Splitter",
        "default_popup": "popup.html",
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/imagen.png",
        "images\/icon19b.png"
    ]
}