Infinite Monkey
Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
Was ist Infinite Monkey?
Infinite Monkey ist eine Chrome-Erweiterung, die von Spiros Martzoukos entwickelt wurde, und ihr Hauptmerkmal ist "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.".
Erweiterungsscreenshots
Infinite Monkey-Erweiterungs-CRX-Datei herunterladen
Laden Sie Infinite Monkey-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! :)
Grundlegende Informationen zur Erweiterung
Name | Infinite Monkey |
ID | bohjigmipmbomafkpaidpebibfogahdp |
Offizielle URL | https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp |
Beschreibung | Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_. |
Dateigröße | 244 KB |
Installationsanzahl | 93 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2015-03-09 |
Veröffentlichungsdatum | 2015-03-09 |
Bewertung | 4.67/5 Insgesamt 12 Bewertungen |
Entwickler | Spiros Martzoukos |
Zahlungsart | free |
Erweiterungswebsite | http://www.edenspiekermann.com |
Unterstützte Sprachen | 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" ] } |