Code References
Quickly find functions, elements, tags and methods of programming languages.
Cos'è Code References?
Code References è un'estensione di Chrome sviluppata da Sep Dev, e la sua funzione principale è "Quickly find functions, elements, tags and methods of programming languages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Code References
Scarica i file di estensione Code References in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to quickly find functions, elements, tags and methods of various programming languages in your browser. Now supported: HTML Reference; CSS Reference; JavaScript Reference; Python Reference; JQuery Reference; Java Reference; C++ Reference; Angular JS Reference; PHP Reference; XML Reference; Want more data added? Send the developer a message!
Informazioni di Base sull'Estensione
Nome | |
ID | ghmkcmlnabaafkgdfolkmfjoflalelfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/code-references/ghmkcmlnabaafkgdfolkmfjoflalelfd |
Descrizione | Quickly find functions, elements, tags and methods of programming languages. |
Dimensione del File | 1.98 MB |
Conteggio Installazioni | 867 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-03-24 |
Data di Pubblicazione | 2017-03-24 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Sep Dev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Code References", "description": "Quickly find functions, elements, tags and methods of programming languages.", "version": "1.0.1", "browser_action": { "default_icon": "assets\/icon_16.png", "default_popup": "index.html" }, "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "permissions": [ "activeTab" ] } |