Template Cloner
A simple app which captures a template with CSS properties
Qu'est-ce que Template Cloner ?
Template Cloner est une extension Chrome développée par hanhyuk83.cho, et sa fonction principale est "A simple app which captures a template with CSS properties".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Template Cloner
Téléchargez les fichiers d'extension Template Cloner 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
Template Cloner is my first Stack-a-thon project, and designed for web developers, who want to catch a glimpse of what the CSS properties and tags of template would look like. You can copy the template with CSS properties into your clipboard, or check out how it looks like at codepen.io If there's anything you would like to suggest, feel free to leave me a message. Hope y'all take advantage of this extension!
Informations de Base sur l'Extension
Nom | |
ID | algcigdlhddkogplednhofopeeafbomm |
URL Officiel | https://chrome.google.com/webstore/detail/template-cloner/algcigdlhddkogplednhofopeeafbomm |
Description | A simple app which captures a template with CSS properties |
Taille du Fichier | 52.01 KB |
Nombre d'Installations | 595 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-09-28 |
Date de Publication | 2016-09-28 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | hanhyuk83.cho |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.example.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Template Cloner", "description": "A simple app which captures a template with CSS properties", "version": "1.0.3", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |