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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |