Infinite Monkey

Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.

¿Qué es Infinite Monkey?

Infinite Monkey es una extensión de Chrome desarrollada por Spiros Martzoukos, y su función principal es "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Infinite Monkey

Descarga archivos de extensión Infinite Monkey en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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! :)                    

Información Básica de la Extensión

Nombre Infinite Monkey Infinite Monkey
ID bohjigmipmbomafkpaidpebibfogahdp
URL Oficial https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp
Descripción Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
Tamaño del Archivo 244 KB
Cantidad de Instalaciones 93
Versión Actual 0.0.2
Última Actualización 2015-03-09
Fecha de Publicación 2015-03-09
Calificación 4.67/5 Total de 12 Calificaciones
Desarrollador Spiros Martzoukos
Tipo de Pago free
Sitio Web de la Extensión http://www.edenspiekermann.com
Idiomas Soportados 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"
    ]
}