Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}