Web Clipper

Universal open source web clipper.

Wat is Web Clipper?

Web Clipper is een Chrome-extensie ontwikkeld door DiamondYuan, en de belangrijkste functie is "Universal open source web clipper.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Clipper

Download Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is BETA Version.

Web Clipper is an open source extension.You can save anything on the web to anywhere.And you can easily to add any platform.

SUPPORTED PLATFORM NOW
- Yuque
- Github
- Notion
- Youdao

Web Clipper is a pluginization extension.Any you can easily to write new plugin.
SUPPORTED PLUGIN
-  BOOKMARK
-  FULL PAGE
-  QR CODE
-  MANUAL SELECTION
-  SCREENSHOTS
-  READABILITY

SOURCE CODE
https://github.com/webclipper/web-clipper                    

Basisinformatie over de Extensie

Naam Web Clipper Web Clipper
ID finhmpmkpbacljcdemplngnnjdenihpp
Officiële URL https://chromewebstore.google.com/detail/web-clipper/finhmpmkpbacljcdemplngnnjdenihpp
Beschrijving Universal open source web clipper.
Bestandsgrootte 1.52 MB
Aantal Installaties 1,267
Huidige Versie 1.35.0
Laatst Bijgewerkt 2023-08-08
Publicatiedatum 2020-07-01
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar DiamondYuan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clipper.website
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "tool.html"
    ],
    "name": "Web Clipper",
    "version": "1.35.0",
    "description": "Universal open source web clipper.",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.clipper.website\/*",
        "https:\/\/resource.clipper.website\/*",
        "contextMenus"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Test"
        }
    },
    "optional_permissions": [
        "cookies",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}