Infinite Monkey

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

Co je Infinite Monkey?

Infinite Monkey je rozšíření Chrome vyvinuté Spiros Martzoukos, a jeho hlavní funkcí je „Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Infinite Monkey

Stáhněte si soubory rozšíření Infinite Monkey ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Infinite Monkey Infinite Monkey
ID bohjigmipmbomafkpaidpebibfogahdp
Oficiální URL https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp
Popis Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
Velikost souboru 244 KB
Počet instalací 93
Aktuální Verze 0.0.2
Poslední Aktualizace 2015-03-09
Datum Vydání 2015-03-09
Hodnocení 4.67/5 Celkem 12 Hodnocení
Vývojář Spiros Martzoukos
Typ Platby free
Webové stránky Rozšíření http://www.edenspiekermann.com
Podporované Jazyky 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"
    ]
}