WorkFlowy Clipper

Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list

Was ist WorkFlowy Clipper?

WorkFlowy Clipper ist eine Chrome-Erweiterung, die von Mike Rosulek entwickelt wurde, und ihr Hauptmerkmal ist "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list".

Erweiterungsscreenshots

screenshot
screenshot

WorkFlowy Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie WorkFlowy Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quickly add items to a WorkFlowy list that is designated as your "inbox". Requires a WorkFlowy account (workflowy.com). 

Cool features:
* Choose which WorkFlowy list is added to.
* Automatically makes a note including URL & selected text.

This is an UNOFFICIAL browser extension. I have no affiliation with WorkFlowy. Do NOT contact them for support questions regarding this browser extension!                    

Grundlegende Informationen zur Erweiterung

Name WorkFlowy Clipper WorkFlowy Clipper
ID pmolhkonbppmihdpjmgclnclfppjndom
Offizielle URL https://chromewebstore.google.com/detail/workflowy-clipper/pmolhkonbppmihdpjmgclnclfppjndom
Beschreibung Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list
Dateigröße 43.65 KB
Installationsanzahl 3,667
Aktuelle Version 1.0
Letztes Update 2015-11-26
Veröffentlichungsdatum 2015-11-26
Bewertung 4.84/5 Insgesamt 37 Bewertungen
Entwickler Mike Rosulek
Zahlungsart free
Erweiterungswebsite https://github.com/rosulek/workflowy-clipper
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WorkFlowy Clipper",
    "description": "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list",
    "version": "1.0",
    "author": "Mike Rosulek",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/workflowy.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}