ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Hvad er ChontentEditable?
ChontentEditable er en Chrome-udvidelse udviklet af shoito, og dens hovedfunktion er "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".
Udvidelsesskærmbilleder
Download ChontentEditable-udvidelses-CRX-fil
Download ChontentEditable-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
Officiel URL | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
Beskrivelse | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
Filstørrelse | 58.71 KB |
Antal Installationer | 96 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2014-11-18 |
Udgivelsesdato | 2014-11-18 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | shoito |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |