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_.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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

拡張機能の基本情報

名前 Infinite Monkey Infinite Monkey
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"
    ]
}