FE cheatsheets
FE helper
Qu'est-ce que FE cheatsheets ?
FE cheatsheets est une extension Chrome développée par linyongping, et sa fonction principale est "FE helper".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FE cheatsheets
Téléchargez les fichiers d'extension FE cheatsheets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Useful cheat sheets for front end developer
Informations de Base sur l'Extension
Nom | FE cheatsheets |
ID | koclgecfmdaphmpjicbkmhhdhnelipnl |
URL Officiel | https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl |
Description | FE helper |
Taille du Fichier | 243 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-12-14 |
Date de Publication | 2017-12-13 |
Développeur | linyongping |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FE cheatsheets", "version": "1.0.1", "description": "FE helper", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_icon": { "19": "images\/logo.png", "38": "images\/logo.png" }, "default_title": "FE cheatsheets collector", "default_popup": "index.html" } } |