Eversion
Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email.
什么是Eversion?
Eversion是由https://synackpwn.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email.”。
扩展截图
下载Eversion扩展crx文件
下载Eversion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Eversion: To Turn Inside Out Eversion is a simple chrome extension that converts normal text into non-latin UTF-8 encoded characters. These characters are readable visually but unrecognizable to data sniffing and mining operations. Copy and paste Everted text into any social media, email, IRC or forum. This is a beta version. Currently adding more everted characters. Update Log: v0.3 More letters more fun! Removed certain korean chars that caused horizontal shift issues v0.2 Doubled the character space
扩展基本信息
名称 | Eversion |
ID | plgdjokbmapodgneookchcfpkoahghec |
官方URL | https://chromewebstore.google.com/detail/eversion/plgdjokbmapodgneookchcfpkoahghec |
简介 | Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email. |
文件大小 | 30.37 KB |
安装次数 | 12 |
当前版本 | 0.3 |
更新时间 | 2013-09-06 |
上架时间 | 2013-09-06 |
评分 | 5.00/5 共3次评分 |
开发者 | https://synackpwn.blogspot.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Eversion", "description": "Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy\/Paste into social media, email.", "version": "0.3", "icons": { "16": "eversion_icon_16.png", "48": "eversion_icon_48.png", "128": "eversion_icon_128.png" }, "browser_action": { "default_icon": "eversion_icon_128.png", "default_popup": "evert.html" } } |