Writer - Extension & Clipper

Create, access and edit Writer documents from any tab, and clip references to a document.

Writer - Extension & Clipperคืออะไร?

Writer - Extension & Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zoho.com และคุณลักษณะหลักของมันคือ "Create, access and edit Writer documents from any tab, and clip references to a document."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Writer - Extension & Clipper

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

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

                        Love using Writer? Here's a great time saver for you! Use the Writer extension to quickly create and access Writer documents in just a couple of clicks. Here's everything you can do with it:
 

- Quickly access the list of your most recent documents.

- Clip interesting content to Writer by converting it to a new document.

- Import your existing MS Word documents to Writer.

- Quickly start with a new template.

- Import MS Word or other supported files directly to Writer as you download them.

- Go to the Writer dashboard to view all your Writer documents.


Install the extension to get the most out of Writer (and also save time!). What are you waiting for? Get started. Write away!


Learn more about Writer at zoho.com/writer

Send us your feedback to [email protected]
 

Happy writing!                    

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

ชื่อ Writer - Extension & Clipper Writer - Extension & Clipper
ID ikfjgjdcechliibmcjnaoabbfjabbaoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/writer-extension-clipper/ikfjgjdcechliibmcjnaoabbfjabbaoc
คำอธิบาย Create, access and edit Writer documents from any tab, and clip references to a document.
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 100,396
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-07-14
วันที่เผยแพร่ 2020-06-29
คะแนน 4.28/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา https://zoho.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.zoho.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "name": "Writer - Extension & Clipper",
    "description": "Create, access and edit Writer documents from any tab, and clip references to a document.",
    "version": "2.0.1",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "downloads",
        "downloads.open",
        "clipboardRead",
        "background"
    ],
    "browser_action": {
        "default_title": "Writer",
        "default_popup": "html\/zwplugin.html",
        "default_icon": "images\/writer-logo.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.2.min.js",
            "js\/jquery.ajaxupload.js",
            "js\/constants.js",
            "js\/utils.js",
            "js\/upload.js",
            "js\/tabutils.js",
            "js\/contextmenu.js",
            "js\/clipper.js",
            "js\/storage.js",
            "js\/download.js"
        ]
    },
    "icons": {
        "128": "images\/writer-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/writer.zoho.com.au\/writer\/open\/*",
                "https:\/\/writer.zoho.in\/writer\/open\/*",
                "https:\/\/predocs.zoho.in\/writer\/open\/*",
                "https:\/\/docs.zoho.in\/writer\/open\/*",
                "https:\/\/writer.zoho.com.cn\/writer\/open\/*",
                "https:\/\/predocs.zoho.com.cn\/writer\/open\/*",
                "https:\/\/docs.zoho.com.cn\/writer\/open\/*",
                "https:\/\/predocs2.zoho.com\/writer\/open\/*",
                "https:\/\/predocs.zoho.com\/writer\/open\/*",
                "https:\/\/docs.zoho.com\/writer\/open\/*",
                "https:\/\/writer.zoho.com\/writer\/open\/*",
                "https:\/\/docs.zoho.com\/writer\/editor.im?*",
                "https:\/\/exportwriter.zoho.com\/writer\/editor.im?*",
                "https:\/\/docs.skydesk.jp\/writer\/open\/*",
                "https:\/\/predocs.skydesk.jp\/writer\/open\/*",
                "https:\/\/docs.zoho.eu\/writer\/open\/*",
                "https:\/\/predocs.zoho.eu\/writer\/open\/*",
                "https:\/\/writer.zoho.eu\/writer\/open\/*",
                "https:\/\/prewriter.zoho.eu\/writer\/open\/*",
                "https:\/\/prewriter.zoho.com\/writer\/open\/*",
                "https:\/\/prewriter.zoho.com\/writer\/template\/*",
                "https:\/\/writer.zoho.com\/writer\/template\/*",
                "https:\/\/prewriter.zoho.com.cn\/writer\/template\/*",
                "https:\/\/writer.zoho.com.cn\/writer\/template\/*",
                "https:\/\/prewriter.zoho.eu\/writer\/template\/*",
                "https:\/\/writer.zoho.eu\/writer\/template\/*",
                "https:\/\/prewriter.zoho.in\/writer\/template\/*",
                "https:\/\/writer.zoho.in\/writer\/template\/*",
                "https:\/\/prewriter.zoho.com.au\/writer\/template\/*",
                "https:\/\/writer.zoho.com.au\/writer\/template\/*"
            ],
            "js": [
                "js\/zwpaste.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/executescript.js"
    ],
    "manifest_version": 2,
    "incognito": "split",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}