트윗바
ㅌ ㄴㄱ x_nuk
What is 트윗바?
트윗바 is a Chrome extension developed by Xnuk, and its main feature is "ㅌ ㄴㄱ x_nuk".
Extension Screenshots
Download 트윗바 Extension CRX File
Download 트윗바 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
주소창에서도 트윗을 하고 싶은 분들을 위하여. 간단하게 만들었습니다. ** CAUTION: This application has optimized for Hangul(a.k.a. alphabet of the Korean language) input method. You'll be uncomfortable if you are NOT using it. ** * 트윗을 쓰는 법은 간단합니다. ㅌ를 친 후 스페이스 또는 탭을 누르고 원하는 내용을 쓰면 됩니다.[1] ㅌ 어쩌구저쩌구 궁시렁궁시렁 → "어쩌구저쩌구 궁시렁궁시렁"이 트윗으로 발송됩니다. * "누구" 또는 "ㄴㄱ" 커맨드를 이용하여 해당 유저의 트위터 프로필로 곧바로 이동할 수 있습니다. ㅌ 누구 twitter_id → twitter.com/twitter_id ㅌ ㄴㄱ twitter_id → twitter.com/twitter_id ㅌ whois twitter_id → twitter.com/twitter_id * 연결된 트위터 계정과의 연동을 끊고 싶을 때는 :해제 커맨드를 사용하시면 됩니다. ㅌ :해제 → 계정과의 연동을 끊음 ㅌ :disconnect → 계정과의 연동을 끊음 [1]: 처음 이용 시 트위터 계정 연동 절차로 이동합니다.
Extension Basic Information
Name | 트윗바 |
ID | pfnkjinigobpikbknmddegplliiochdb |
Official URL | https://chromewebstore.google.com/detail/%ED%8A%B8%EC%9C%97%EB%B0%94/pfnkjinigobpikbknmddegplliiochdb |
Description | ㅌ ㄴㄱ x_nuk |
File Size | 17.61 KB |
Installation Count | 15 |
Current Version | 0.1 |
Last Updated | 2014-01-26 |
Publish Date | 2014-01-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Xnuk |
Payment Type | free |
Help Page URL | http://contact.xnu.kr |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ud2b8\uc717\ubc14", "description": "\u314c \u3134\u3131 x_nuk", "version": "0.1", "background": { "scripts": [ "chrome_ex_oauth.js", "chrome_ex_oauthsimple.js", "background.js" ] }, "icons": { "128": "xnuk.png", "48": "xnuk1.png", "16": "xnuk2.png" }, "omnibox": { "keyword": "\u314c" }, "manifest_version": 2, "web_accessible_resources": [ "chrome_ex_oauth.html", "chrome_ex_oauthsimple.html" ], "permissions": [ "tabs", "https:\/\/api.twitter.com\/*" ] } |