Infinite Monkey

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

Infinite Monkeyคืออะไร?

Infinite Monkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spiros Martzoukos และคุณลักษณะหลักของมันคือ "Double click on any element, edit the text and export an .html file. That simple. Created by Edenspiekermann_."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinite Monkey

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}