Infinite Monkey
Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
What is Infinite Monkey?
Infinite Monkey is a Chrome extension developed by Spiros Martzoukos, and its main feature is "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.".
Extension Screenshots
Download Infinite Monkey Extension CRX File
Download Infinite Monkey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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! :)
Extension Basic Information
Name | Infinite Monkey |
ID | bohjigmipmbomafkpaidpebibfogahdp |
Official URL | https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp |
Description | Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_. |
File Size | 244 KB |
Installation Count | 93 |
Current Version | 0.0.2 |
Last Updated | 2015-03-09 |
Publish Date | 2015-03-09 |
Rating | 4.67/5 Total 12 Ratings |
Developer | Spiros Martzoukos |
Payment Type | free |
Extension Website | http://www.edenspiekermann.com |
Supported Languages | 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" ] } |