ASCII FINDER
This extension will allow users to look up ascii codes in current window
Was ist ASCII FINDER?
ASCII FINDER ist eine Chrome-Erweiterung, die von z3o3r0r1o entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow users to look up ascii codes in current window".
Erweiterungsscreenshots
ASCII FINDER-Erweiterungs-CRX-Datei herunterladen
Laden Sie ASCII FINDER-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Quick ASCII reference pop-up tool in your browser. Save time by accessing ASCII reference codes on the fly while you code. The program utilizes both HTML, CSS, JS and jQuery to make ASCII tables and allows you to easily access ASCII codes.
Grundlegende Informationen zur Erweiterung
Name | |
ID | acmpfphgahhbmobjlgdjlnkficcoabjb |
Offizielle URL | https://chrome.google.com/webstore/detail/ascii-finder/acmpfphgahhbmobjlgdjlnkficcoabjb |
Beschreibung | This extension will allow users to look up ascii codes in current window |
Dateigröße | 24.21 KB |
Installationsanzahl | 121 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-09-15 |
Veröffentlichungsdatum | 2015-09-15 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | z3o3r0r1o |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASCII FINDER", "description": "This extension will allow users to look up ascii codes in current window", "version": "1.0", "browser_action": { "default_icon": "balls-icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |