WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Writer - Extension & Clipper

Writer - Extension & Clipper

View on Chrome Web Store
View Writer - Extension & Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (43 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Create, access and edit Writer documents from any tab, and clip references to a document.
Type
Extension
Users
90,000 users
10K
Zoho Corporation
View author page of Zoho Corporation
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 5, 2018
Version 2.1
Manifest version
3
Updated
Updated on November 16, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Writer - Extension & Clipper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "name": "Writer - Extension & Clipper",
    "description": "Create, access and edit Writer documents from any tab, and clip references to a document.",
    "version": "2.1",
    "host_permissions": [
        "https:\/\/accounts.zoho.com\/",
        "https:\/\/accounts.zoho.eu\/",
        "https:\/\/accounts.zoho.in\/",
        "https:\/\/accounts.zoho.com.au\/",
        "https:\/\/accounts.zoho.com.cn\/",
        "https:\/\/writer.zoho.in\/",
        "https:\/\/writer.zoho.com\/",
        "https:\/\/writer.zoho.eu\/",
        "https:\/\/writer.zoho.com.au\/",
        "https:\/\/writer.zoho.com.cn\/",
        "https:\/\/writer.localzoho.com\/",
        "https:\/\/accounts.localzoho.com\/"
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "contextMenus",
        "notifications",
        "downloads",
        "downloads.open",
        "clipboardRead",
        "background"
    ],
    "action": {
        "default_title": "Writer",
        "default_popup": "html\/zwplugin.html",
        "default_icon": "images\/writer-logo.png"
    },
    "icons": {
        "128": "images\/writer-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/storage.js",
                "js\/jquery-2.0.2.min.js",
                "js\/zwpaste.js",
                "js\/constants.js",
                "js\/utils.js",
                "js\/upload.js",
                "js\/tabutils.js",
                "js\/contextmenu.js",
                "js\/clipper.js",
                "js\/download.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/executescript.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3,
    "incognito": "split",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top