Copymaker

Copymaker - inline website copywriting and translation.

Copymakerคืออะไร?

Copymaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Copymaker และคุณลักษณะหลักของมันคือ "Copymaker - inline website copywriting and translation."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Copymaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        See instant changes for your content and translations adjustments and check out the look and feel immediately. Not good enough? - download the correspondence with one click to keep track of  the changes applied and send this to your dev team to embed.

When you need this extension:

1. Copywriting - make changes right into a webpage, then export the result 
to a CSV file.
2. Translation - create a website translation inline on any page of any website.

How does it work:

1. Click the Copymaker extension icon in the toolbar -> Start Editing;
2. Click any text phrase on the page -> it becomes editable;
3. If you need to stop editing - click Copymaker extension icon -> Stop Editing;
3. Edit text the way you like (for example translate);
4. Click the extension icon -> Export to CSV to save your changes.

Please note, this extension doesn't work with complex FULL AJAX websites.

This version is an early beta.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copymaker Copymaker
ID lkpmegcnjccebffngaidnehakpfkneof
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/copymaker/lkpmegcnjccebffngaidnehakpfkneof
คำอธิบาย Copymaker - inline website copywriting and translation.
ขนาดไฟล์ 774 KB
จำนวนการติดตั้ง 495
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2014-12-03
วันที่เผยแพร่ 2014-12-03
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Copymaker
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copymaker",
    "description": "Copymaker - inline website copywriting and translation.",
    "version": "0.4.3",
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "lib\/vendor\/requirejs\/require.js",
            "lib\/require-cs.js",
            "app\/background.js"
        ]
    },
    "permissions": [
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "app\/*",
        "lib\/*",
        "html\/*",
        "css\/*",
        "img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self' ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/vendor\/requirejs\/require.js",
                "lib\/require-cs.js",
                "app\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}