Infinite Monkey

Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.

Infinite Monkey là gì?

Infinite Monkey là một tiện ích mở rộng Chrome được phát triển bởi Spiros Martzoukos, và tính năng chính của nó là "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Infinite Monkey

Tải xuống các tệp mở rộng Infinite Monkey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Infinite Monkey Infinite Monkey
ID bohjigmipmbomafkpaidpebibfogahdp
URL Chính Thức https://chromewebstore.google.com/detail/infinite-monkey/bohjigmipmbomafkpaidpebibfogahdp
Mô tả Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-03-09
Ngày Phát Hành 2015-03-09
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Spiros Martzoukos
Loại Thanh Toán free
Trang Web Mở Rộng http://www.edenspiekermann.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}