Infinite Monkey
Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
什么是Infinite Monkey?
Infinite Monkey是由Spiros Martzoukos开发的Chrome扩展程序,该扩展的主要功能是“Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.”。
扩展截图
下载Infinite Monkey扩展crx文件
下载Infinite Monkey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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! :)                     扩展基本信息
| 名称 |   |  
| ID | bohjigmipmbomafkpaidpebibfogahdp | 
| 官方URL | https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp | 
| 简介 | Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_. | 
| 文件大小 | 244 KB | 
| 安装次数 | 93 | 
| 当前版本 | 0.0.2 | 
| 更新时间 | 2015-03-09 | 
| 上架时间 | 2015-03-09 | 
| 评分 | 4.67/5 共12次评分 | 
| 开发者 | Spiros Martzoukos | 
| 付费类型 | free | 
| 扩展官网 | http://www.edenspiekermann.com | 
| 支持的语言 | 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"
    ]
}  |  |