WorkFlowy Clipper

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

Apa itu WorkFlowy Clipper?

WorkFlowy Clipper adalah ekstensi Chrome yang dikembangkan oleh Mike Rosulek, dan fitur utamanya adalah "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WorkFlowy Clipper

Unduh file ekstensi WorkFlowy Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama WorkFlowy Clipper WorkFlowy Clipper
ID pmolhkonbppmihdpjmgclnclfppjndom
URL Resmi https://chromewebstore.google.com/detail/workflowy-clipper/pmolhkonbppmihdpjmgclnclfppjndom
Deskripsi Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list
Ukuran File 43.65 KB
Jumlah Instalasi 3,667
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-26
Tanggal Publikasi 2015-11-26
Penilaian 4.84/5 Total 37 Penilaian
Pengembang Mike Rosulek
Tipe Pembayaran free
Situs Ekstensi https://github.com/rosulek/workflowy-clipper
Bahasa yang Didukung 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"
        ]
    }
}