ASCII FINDER
This extension will allow users to look up ascii codes in current window
Vad är ASCII FINDER?
ASCII FINDER är en Chrome-tillägg utvecklad av z3o3r0r1o, och dess huvudfunktion är "This extension will allow users to look up ascii codes in current window".
Tilläggsskärmbilder
Ladda ner ASCII FINDER-förlängningens CRX-fil
Ladda ner ASCII FINDER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | acmpfphgahhbmobjlgdjlnkficcoabjb |
Officiell webbadress | https://chrome.google.com/webstore/detail/ascii-finder/acmpfphgahhbmobjlgdjlnkficcoabjb |
Beskrivning | This extension will allow users to look up ascii codes in current window |
Filstorlek | 24.21 KB |
Antal Installationer | 121 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-09-15 |
Publiceringsdatum | 2015-09-15 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | z3o3r0r1o |
Betalningssätt | free |
Stödda Språk | 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" ] } |