WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Synology Web Clipper

Synology Web Clipper

View on Chrome Web Store
View Synology Web Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (361 ratings)
1 new ratings
50 views
This extension has been viewed 50 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.

Synology Web Clipper saves web content to your Synology NAS for quick and easy access. A complete page of text, pictures, and li...
Type
Extension
Users
100,000 users
Synology.com
View author page of Synology.com
Published
Published on February 2, 2015
Version 3.0.118
Manifest version
3
Updated
Updated on October 13, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Synology Web 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_NoteStationClipperSECTIONappKEYdisplayname__",
    "version": "3.0.118",
    "default_locale": "en",
    "description": "__MSG_NoteStationClipperSECTIONappKEYdescription__",
    "icons": {
        "16": "assets\/NoteStation_clipper_16.png",
        "48": "assets\/NoteStation_clipper_48.png",
        "128": "assets\/NoteStation_clipper_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_NoteStationClipperSECTIONappKEYdisplayname__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/loader.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "login.html",
            "setting.html",
            "clipper.html",
            "status.html",
            "mailplus.html"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "modules\/TinyMCE\/*",
                "modules\/TinyMCE\/js\/tinymce\/*",
                "manifest.json",
                "_locales\/*",
                "js\/clipper.js",
                "3rdparty\/readability.js",
                "scripts\/*",
                "css\/*",
                "login.html",
                "clipper.html",
                "simplify.html",
                "mailplus.html",
                "setting.html",
                "status.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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