Redesign
Allows you to edit text and images on any website!
Qu'est-ce que Redesign ?
Redesign est une extension Chrome développée par https://chromeio.weebly.com, et sa fonction principale est "Allows you to edit text and images on any website!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Redesign
Téléchargez les fichiers d'extension Redesign 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
Redesign is an amazing extension that allows you to edit every site on the internet just like a text document! This extension is great for quickly seeing how something would look, such as to see if a image or button would look better on the other side of the page. Or you could use it the make funny pictures of edited sites or even prank your friends! Features: ☛ Move images by dragging them around. ☛ Edit existing text by clicking and typing. ☛ Add new text before or after existing elements. ☛ Change font style using standard keys (ctrl+b for bold, ctrl+i for italics and ctrl+u for underline) Bad bit: This extension is not designed as a hardcore development tool and is limited by Chrome's implementation of design mode. Changes are temporary; reloading the page will clear any changes. Tips and Tricks: ☛ You can make a single HTML element editable by adding the "content-editable" attribute. ☛ ctrl+b for bold, ctrl+i for italics and ctrl+u for underline Install Today and get editing!!!
Informations de Base sur l'Extension
Nom | Redesign |
ID | mimclceeboejniclilndinkbkfnadlki |
URL Officiel | https://chromewebstore.google.com/detail/redesign/mimclceeboejniclilndinkbkfnadlki |
Description | Allows you to edit text and images on any website! |
Taille du Fichier | 121 KB |
Nombre d'Installations | 833 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-05-04 |
Date de Publication | 2016-05-04 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://chromeio.weebly.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://chromeio.weebly.com/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redesign", "version": "1.0", "manifest_version": 2, "description": "Allows you to edit text and images on any website!", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon19.png", "default_title": "Redesign: off" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ] } } |