Twitter text Splitter

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

Twitter text Splitter क्या है?

Twitter text Splitter https://twittertextsplitter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily split text for Twitter in 140 characters or less, with numbering and ellipsis options."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter text Splitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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"
    ]
}