WorkFlowy Clipper
Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list
Wat is WorkFlowy Clipper?
WorkFlowy Clipper is een Chrome-extensie ontwikkeld door Mike Rosulek, en de belangrijkste functie is "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list".
Extensie Screenshots
Download het CRX-bestand van de extensie WorkFlowy Clipper
Download WorkFlowy 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
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! Basisinformatie over de Extensie
| Naam | |
| ID | pmolhkonbppmihdpjmgclnclfppjndom |
| Officiële URL | https://chromewebstore.google.com/detail/workflowy-clipper/pmolhkonbppmihdpjmgclnclfppjndom |
| Beschrijving | Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list |
| Bestandsgrootte | 43.65 KB |
| Aantal Installaties | 3,667 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-11-26 |
| Publicatiedatum | 2015-11-26 |
| Beoordeling | 4.84/5 Totaal 37 Beoordelingen |
| Ontwikkelaar | Mike Rosulek |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rosulek/workflowy-clipper |
| Ondersteunde Talen | 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"
]
}
} | |