Infinite Monkey
Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
Что такое Infinite Monkey?
Infinite Monkey - это расширение Chrome, разработанное Spiros Martzoukos, и его основная функция - "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.".
Снимки экрана расширения
Скачать файл CRX расширения Infinite Monkey
Скачайте файлы расширений Infinite Monkey в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a tool that allows copywriters, web professionals and other kinds of primates to edit the text directly on a webpage.
- Double click on the text you want to alter and edit freely
- Click on the "Download your changes" button to grab an .html file (don't worry, CSS styles will work just fine – we took care of that)
- Send it to your developer and celebrate a new era of stress and change-spreadsheets free collaboration
* It works on localhost served sites too! :) Основная информация о расширении
| Название | |
| ID | bohjigmipmbomafkpaidpebibfogahdp |
| Официальный URL | https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp |
| Описание | Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_. |
| Размер файла | 244 KB |
| Количество установок | 93 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2015-03-09 |
| Дата публикации | 2015-03-09 |
| Рейтинг | 4.67/5 Всего 12 оценок |
| Разработчик | Spiros Martzoukos |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.edenspiekermann.com |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Infinite Monkey",
"version": "0.0.2",
"manifest_version": 2,
"description": "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.",
"homepage_url": "http:\/\/www.edenspiekermann.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon-inactive.png",
"default_title": "click to start editing"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"web_accessible_resources": [
"icons\/*",
"css\/styles.css"
]
} | |