ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Что такое ChontentEditable?
ChontentEditable - это расширение Chrome, разработанное shoito, и его основная функция - "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".
Снимки экрана расширения
Скачать файл CRX расширения ChontentEditable
Скачайте файлы расширений ChontentEditable в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
Официальный URL | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
Описание | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
Размер файла | 58.71 KB |
Количество установок | 96 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2014-11-18 |
Дата публикации | 2014-11-18 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | shoito |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } |