ASCII FINDER

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

Qu'est-ce que ASCII FINDER ?

ASCII FINDER est une extension Chrome développée par z3o3r0r1o, et sa fonction principale est "This extension will allow users to look up ascii codes in current window".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ASCII FINDER

Téléchargez les fichiers d'extension ASCII FINDER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ASCII FINDER ASCII FINDER
ID acmpfphgahhbmobjlgdjlnkficcoabjb
URL Officiel https://chrome.google.com/webstore/detail/ascii-finder/acmpfphgahhbmobjlgdjlnkficcoabjb
Description This extension will allow users to look up ascii codes in current window
Taille du Fichier 24.21 KB
Nombre d'Installations 121
Version Actuelle 1.0
Dernière Mise à Jour 2015-09-15
Date de Publication 2015-09-15
Évaluation 4.00/5 Total 4 Évaluations
Développeur z3o3r0r1o
Type de Paiement free
Langues Prises en Charge 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"
    ]
}