ASCII FINDER

This extension will allow users to look up ascii codes in current window

Wat is ASCII FINDER?

ASCII FINDER is een Chrome-extensie ontwikkeld door z3o3r0r1o, en de belangrijkste functie is "This extension will allow users to look up ascii codes in current window".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ASCII FINDER

Download ASCII FINDER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ASCII FINDER ASCII FINDER
ID acmpfphgahhbmobjlgdjlnkficcoabjb
Officiële URL https://chrome.google.com/webstore/detail/ascii-finder/acmpfphgahhbmobjlgdjlnkficcoabjb
Beschrijving This extension will allow users to look up ascii codes in current window
Bestandsgrootte 24.21 KB
Aantal Installaties 121
Huidige Versie 1.0
Laatst Bijgewerkt 2015-09-15
Publicatiedatum 2015-09-15
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar z3o3r0r1o
Betalingswijze free
Ondersteunde Talen 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"
    ]
}