ASCII FINDER

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

Apa itu ASCII FINDER?

ASCII FINDER adalah ekstensi Chrome yang dikembangkan oleh z3o3r0r1o, dan fitur utamanya adalah "This extension will allow users to look up ascii codes in current window".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ASCII FINDER

Unduh file ekstensi ASCII FINDER dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ASCII FINDER ASCII FINDER
ID acmpfphgahhbmobjlgdjlnkficcoabjb
URL Resmi https://chrome.google.com/webstore/detail/ascii-finder/acmpfphgahhbmobjlgdjlnkficcoabjb
Deskripsi This extension will allow users to look up ascii codes in current window
Ukuran File 24.21 KB
Jumlah Instalasi 121
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-09-15
Tanggal Publikasi 2015-09-15
Penilaian 4.00/5 Total 4 Penilaian
Pengembang z3o3r0r1o
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}