ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Qu'est-ce que ChontentEditable ?
ChontentEditable est une extension Chrome développée par shoito, et sa fonction principale est "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChontentEditable
Téléchargez les fichiers d'extension ChontentEditable 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
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. Please push a button and change contents in a page freely. Have fun!
Informations de Base sur l'Extension
Nom | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
URL Officiel | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
Description | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
Taille du Fichier | 58.71 KB |
Nombre d'Installations | 96 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2014-11-18 |
Date de Publication | 2014-11-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | shoito |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__" }, "background": { "scripts": [ "background.js" ] }, "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "description": "__MSG_extDescription__", "name": "__MSG_extName__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "ja", "version": "0.1.2", "manifest_version": 2 } |