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開發的Chrome擴展程式,該擴展的主要功能是“Easily split text for Twitter in 140 characters or less, with numbering and ellipsis options.”。
擴展截圖
下載Twitter text Splitter擴展crx文件
下載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 |
ID | fmffhboakakghagkbaofkcbibejjjdam |
官方網址 | 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" ] } |