MDN Search
Search MDN within Chrome omnibox itself
Cos'è MDN Search?
MDN Search è un'estensione di Chrome sviluppata da https://chaitanyapramod.com, e la sua funzione principale è "Search MDN within Chrome omnibox itself".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MDN Search
Scarica i file di estensione MDN Search 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
Search MDN Web Docs from Chrome's address-bar directly. Start searching by typing "mdn" followed by a space, and your keywords into Chrome address-bar. This extension is open source and is available at https://github.com/ChaitanyaPramod/mdn-search Note: This project is not endorsed by MDN Web Docs, all logos used are MDN copyright.
Informazioni di Base sull'Estensione
Nome | MDN Search |
ID | ffpifaemeofjmncjdbegmbpcdaemkeoc |
URL Ufficiale | https://chromewebstore.google.com/detail/mdn-search/ffpifaemeofjmncjdbegmbpcdaemkeoc |
Descrizione | Search MDN within Chrome omnibox itself |
Dimensione del File | 52.05 KB |
Conteggio Installazioni | 1,364 |
Versione Corrente | 0.2.3 |
Ultimo Aggiornamento | 2023-04-10 |
Data di Pubblicazione | 2018-03-12 |
Valutazione | 4.59/5 Totale 17 Valutazioni |
Sviluppatore | https://chaitanyapramod.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mdnsearch.chaitanyapramod.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MDN Search", "description": "Search MDN within Chrome omnibox itself", "version": "0.2.3", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'", "omnibox": { "keyword": "mdn" }, "icons": { "16": "mozilla-16-bw.png", "48": "mozilla-48.png", "128": "logo-128.png" }, "background": { "scripts": [ "jquery-1.7.2.min.js", "underscore-1.3.3.min.js", "mdn_search.js" ] } } |