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文件
下載TELL.WTF - style your text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
➊ (ᴏᴘᴛɪᴏɴᴀʟ) 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.
擴展基本資訊
名稱 | TELL.WTF - style your text |
ID | ageiikgnhpnpcnaifeaikpphhgealfia |
官方網址 | 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" } } } } |