WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Save to Koofr

Save to Koofr

View on Chrome Web Store
View Save to Koofr Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (16 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Save to Koofr extension allows you to easily save content from the web directly to your Koofr account with a single click.
Type
Extension
Users
8,000 users
500
Koofr
View author page of Koofr
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 17, 2014
Version 1.4.0
Manifest version
3
Updated
Updated on September 6, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Save to Koofr 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "version": "1.4.0",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "<all_urls>"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_script.js",
                "present"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "__MSG_screenshotCmdDesc__"
        },
        "saveLargestImage": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "__MSG_screenshotCmdDesc__"
        }
    }
}
© 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