Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
Looong Tweet란 무엇입니까?
Looong Tweet은(는) https://faniepush1.azurewebsites.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Looong Tweet allows you to tweet longer tweets from Twitter"입니다.
확장 프로그램 스크린샷
Looong Tweet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.
확장 프로그램 기본 정보
이름 | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
공식 URL | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
설명 | Looong Tweet allows you to tweet longer tweets from Twitter |
파일 크기 | 46.15 KB |
설치 횟수 | 16 |
현재 버전 | 1 |
최근 업데이트 | 2015-09-16 |
출시 날짜 | 2015-09-16 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://faniepush1.azurewebsites.net |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Looong Tweet", "description": "Looong Tweet allows you to tweet longer tweets from Twitter", "version": "1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/short-tweet.azure-mobile.net\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js", "MobileServices.Web-1.2.5.min.js" ] } ] } |