WorkFlowy Clipper
Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list
Vad är WorkFlowy Clipper?
WorkFlowy Clipper är en Chrome-tillägg utvecklad av Mike Rosulek, och dess huvudfunktion är "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list".
Tilläggsskärmbilder
Ladda ner WorkFlowy Clipper-förlängningens CRX-fil
Ladda ner WorkFlowy Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | WorkFlowy Clipper |
ID | pmolhkonbppmihdpjmgclnclfppjndom |
Officiell webbadress | https://chromewebstore.google.com/detail/workflowy-clipper/pmolhkonbppmihdpjmgclnclfppjndom |
Beskrivning | Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list |
Filstorlek | 43.65 KB |
Antal Installationer | 3,667 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-26 |
Publiceringsdatum | 2015-11-26 |
Betyg | 4.84/5 Totalt 37 Betyg |
Utvecklare | Mike Rosulek |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rosulek/workflowy-clipper |
Stödda Språk | 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" ] } } |