Eversion
Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email.
Co to jest Eversion?
Eversion to rozszerzenie Chrome opracowane przez https://synackpwn.blogspot.com, a jego główną funkcją jest „Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eversion
Pobierz pliki rozszerzeń Eversion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | plgdjokbmapodgneookchcfpkoahghec |
| Oficjalny URL | https://chromewebstore.google.com/detail/eversion/plgdjokbmapodgneookchcfpkoahghec |
| Opis | Converts text to 'visually recognizable' non latin utf-8 encoded characters. Copy/Paste into social media, email. |
| Rozmiar pliku | 30.37 KB |
| Liczba instalacji | 12 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2013-09-06 |
| Data Publikacji | 2013-09-06 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | https://synackpwn.blogspot.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |