Synology Web Clipper
Synology Web Clipper saves web content to your Synology NAS for quick and easy access. A complete page of text, pictures, and li...
What is Synology Web Clipper?
Synology Web Clipper is a Chrome extension developed by Synology.com, and its main feature is "Synology Web Clipper saves web content to your Synology NAS for quick and easy access. A complete page of text, pictures, and li...".
Extension Screenshots
Download Synology Web Clipper Extension CRX File
Download Synology Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Synology Web Clipper clips web content and saves it to your Synology NAS. A complete web page including text, pictures, and links can be saved. Spare yourself from managing countless browser tabs and bookmarks. With Synology Web Clipper, you can quickly and easily access clipped content via Note Station. You can also add tags and comments to manage clipped content.
Extension Basic Information
Name | Synology Web Clipper |
ID | pcfbfimijgibligmbglggnbiobgjgmbk |
Official URL | https://chromewebstore.google.com/detail/synology-web-clipper/pcfbfimijgibligmbglggnbiobgjgmbk |
Description | Synology Web Clipper saves web content to your Synology NAS for quick and easy access. A complete page of text, pictures, and li... |
File Size | 3.72 MB |
Installation Count | 166,264 |
Current Version | 3.0.117 |
Last Updated | 2023-02-07 |
Publish Date | 2019-04-16 |
Rating | 3.44/5 Total 324 Ratings |
Developer | Synology.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.synology.com/company/legal/privacy |
Supported Languages | de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,pt-PT,sv,cs,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_NoteStationClipperSECTIONappKEYdisplayname__", "version": "3.0.117", "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:\/\/*\/*", " |