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 | 
| 官方網址 | 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"
    ]
}  |  |