Funnel Code Manager
A simple extension for saving and retrieving your favorite CSS code snippets. Created by William Herrmann.
Qu'est-ce que Funnel Code Manager ?
Funnel Code Manager est une extension Chrome développée par whmann16, et sa fonction principale est "A simple extension for saving and retrieving your favorite CSS code snippets. Created by William Herrmann.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Funnel Code Manager
Téléchargez les fichiers d'extension Funnel Code Manager 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
This Code Manager is a powerful Chrome extension that revolutionizes the way you manage your code snippets. With its intuitive interface and powerful features, you can now easily save, manage, and access all your code snippets in one place. This is perfect for developers, designers, and anyone who needs to store and organize your code snippets. You can save an unlimited number of code snippets, each with its own unique title and code. The saved snippets are displayed in a clean and organized list, making it easy to find what you need when you need it. Additionally, a search bar feature allows you to quickly find a specific snippet by entering a search term, saving you time and hassle. You can also export your code snippets as a JSON file for backup or sharing, and import JSON files for easy importing of code snippets from other sources. It's easy to use, lightweight, and efficient, making it a must-have for anyone who needs to manage code snippets. Don't waste any more time searching for code snippets scattered across multiple documents and files. Get the Code Manager today and experience the power of a truly revolutionary Chrome extension for managing your code snippets.
Informations de Base sur l'Extension
Nom | Funnel Code Manager |
ID | hahojjfiigbijkaheegeakkcajfhokdf |
URL Officiel | https://chromewebstore.google.com/detail/funnel-code-manager/hahojjfiigbijkaheegeakkcajfhokdf |
Description | A simple extension for saving and retrieving your favorite CSS code snippets. Created by William Herrmann. |
Taille du Fichier | 392 KB |
Nombre d'Installations | 71 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2023-03-09 |
Date de Publication | 2023-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | whmann16 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.funneldesignschool.com/code-manager |
URL de la Page d'Aide | https://www.facebook.com/groups/funneldesignsecrets |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Funnel Code Manager", "version": "3.0", "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "description": "A simple extension for saving and retrieving your favorite CSS code snippets. Created by William Herrmann." } |