Infinite Monkey

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

Cos'è Infinite Monkey?

Infinite Monkey è un'estensione di Chrome sviluppata da Spiros Martzoukos, e la sua funzione principale è "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Infinite Monkey

Scarica i file di estensione Infinite Monkey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Infinite Monkey Infinite Monkey
ID bohjigmipmbomafkpaidpebibfogahdp
URL Ufficiale https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp
Descrizione Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
Dimensione del File 244 KB
Conteggio Installazioni 93
Versione Corrente 0.0.2
Ultimo Aggiornamento 2015-03-09
Data di Pubblicazione 2015-03-09
Valutazione 4.67/5 Totale 12 Valutazioni
Sviluppatore Spiros Martzoukos
Tipo di Pagamento free
Sito Web dell'Estensione http://www.edenspiekermann.com
Lingue Supportate 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"
    ]
}