ASCII FINDER
This extension will allow users to look up ascii codes in current window
What is ASCII FINDER?
ASCII FINDER is a Chrome extension developed by z3o3r0r1o, and its main feature is "This extension will allow users to look up ascii codes in current window".
Extension Screenshots
Download ASCII FINDER Extension CRX File
Download ASCII FINDER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | acmpfphgahhbmobjlgdjlnkficcoabjb |
Official URL | https://chrome.google.com/webstore/detail/ascii-finder/acmpfphgahhbmobjlgdjlnkficcoabjb |
Description | This extension will allow users to look up ascii codes in current window |
File Size | 24.21 KB |
Installation Count | 121 |
Current Version | 1.0 |
Last Updated | 2015-09-15 |
Publish Date | 2015-09-15 |
Rating | 4.00/5 Total 4 Ratings |
Developer | z3o3r0r1o |
Payment Type | free |
Supported Languages | 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" ] } |