TypeScript Friendly
Annotates npm website with information about how TypeScript-friendly a package is.
Cos'è TypeScript Friendly?
TypeScript Friendly è un'estensione di Chrome sviluppata da ofrobots, e la sua funzione principale è "Annotates npm website with information about how TypeScript-friendly a package is.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TypeScript Friendly
Scarica i file di estensione TypeScript Friendly 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
Annotates npm website with information about how TypeScript-friendly a package is. Informazioni di Base sull'Estensione
| Nome | |
| ID | bobgngeadaljeacddbgefcfhhdopmpnc |
| URL Ufficiale | https://chromewebstore.google.com/detail/typescript-friendly/bobgngeadaljeacddbgefcfhhdopmpnc |
| Descrizione | Annotates npm website with information about how TypeScript-friendly a package is. |
| Dimensione del File | 3.73 KB |
| Conteggio Installazioni | 61 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2018-08-07 |
| Data di Pubblicazione | 2018-08-06 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | ofrobots |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ofrobots/typescript-friendly |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TypeScript Friendly",
"description": "Annotates npm website with information about how TypeScript-friendly a package is.",
"version": "1.2",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/www.npmjs.com\/package\/*"
],
"js": [
"npm.js"
]
}
],
"permissions": [
"https:\/\/registry.npmjs.org\/*",
"https:\/\/registry.npmjs.com\/*",
"https:\/\/www.npmjs.com\/*"
]
} | |