TELL.WTF - style your text
Transform and style your text using symbols.
TELL.WTF - style your text란 무엇입니까?
TELL.WTF - style your text은(는) https://tell.wtf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform and style your text using symbols."입니다.
확장 프로그램 스크린샷
TELL.WTF - style your text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
➊ (ᴏᴘᴛɪᴏɴᴀʟ) Select some text on some page. For example, some text you have just written in a text box
➋ Open this extension using ALT+T, or by clicking it.
➌ Eᴅɪᴛ and sᴛʏʟᴇ your text using symbols.
➍ (ᴏᴘᴛɪᴏɴᴀʟ) Paint to find and add symbols and emoji to the text.
➎ Copy-paste your text into any instant messenger, chat, wherever. 확장 프로그램 기본 정보
| 이름 | |
| ID | ageiikgnhpnpcnaifeaikpphhgealfia |
| 공식 URL | https://chromewebstore.google.com/detail/tellwtf-style-your-text/ageiikgnhpnpcnaifeaikpphhgealfia |
| 설명 | Transform and style your text using symbols. |
| 파일 크기 | 3.05 MB |
| 설치 횟수 | 9,000 |
| 현재 버전 | 2.5 |
| 최근 업데이트 | 2019-06-12 |
| 출시 날짜 | 2019-06-12 |
| 평점 | 4.87/5 총 38 개의 평점 |
| 개발자 | https://tell.wtf |
| 결제 유형 | free |
| 지원되는 언어 | en,es,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2.5",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"icons": {
"128": "icon.png"
},
"externally_connectable": {
"matches": [
"*:\/\/tell.wtf\/*",
"http:\/\/localhost:3000\/*"
]
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"permissions": [
"activeTab"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+T",
"mac": "Alt+T",
"chromeos": "Alt+T",
"linux": "Alt+T"
}
}
}
} | |