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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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