TypeScript Friendly
Annotates npm website with information about how TypeScript-friendly a package is.
Wat is TypeScript Friendly?
TypeScript Friendly is een Chrome-extensie ontwikkeld door ofrobots, en de belangrijkste functie is "Annotates npm website with information about how TypeScript-friendly a package is.".
Extensie Screenshots
Download het CRX-bestand van de extensie TypeScript Friendly
Download TypeScript Friendly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Annotates npm website with information about how TypeScript-friendly a package is. Basisinformatie over de Extensie
| Naam | |
| ID | bobgngeadaljeacddbgefcfhhdopmpnc |
| Officiële URL | https://chromewebstore.google.com/detail/typescript-friendly/bobgngeadaljeacddbgefcfhhdopmpnc |
| Beschrijving | Annotates npm website with information about how TypeScript-friendly a package is. |
| Bestandsgrootte | 3.73 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-08-07 |
| Publicatiedatum | 2018-08-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ofrobots |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ofrobots/typescript-friendly |
| Ondersteunde Talen | 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\/*"
]
} | |