WorkFlowy Images

Easily embed images into WorkFlowy

Τι είναι το WorkFlowy Images;

Το WorkFlowy Images είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Leung | @jonathanjleung, και η κύρια λειτουργία του είναι "Easily embed images into WorkFlowy".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WorkFlowy Images

Λήψη αρχείων επέκτασης WorkFlowy Images σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Embed images into WorkFlowy by pasting an image url.

(Don't have google Chrome, read the note all the way at the bottom)

Usage:

1. If you haven't already, signup for a WorkFlowy.com account.
2. Then to embed an image, just paste an image URL straight into Workflowy

(See the screenshots on the left for clearer instructions : )

Important Note:

WorkFlowy Images works by taking any URL that ends in .png, .jpg, .jpeg, .gif, and .bmp and displaying an image for it.

Therefore, the following image URLs should work if you just paste them directly into WorkFlowy:

https://67.media.tumblr.com/avatar_4f34146efb15_128.png
https://a.wattpad.com/useravatar/TeresaCakies.128.89197.jpg

For images that don't have the above those file endings, like say http://bit.ly/2aD78gM, you can embed it with Markdown flavored tags:

![](http://bit.ly/2aD78gM)
![](https://s-media-cache-ak0.pinimg.com/favicons/1e6bc353e485a3755681f53e424ce681621496ad1d01c3e057f7f483.png?eba6a1c4755a87897febdc1a4cd3b6b6)

Don't Have Google Chrome?

No worries, here are directions to install this with Tampermonkey: https://github.com/jonleung/workflowy-images#tampermonkey-installation)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WorkFlowy Images WorkFlowy Images
ID cnecfoeoohjnimhbcojcdfhhdllgleck
Επίσημο URL https://chromewebstore.google.com/detail/workflowy-images/cnecfoeoohjnimhbcojcdfhhdllgleck
Περιγραφή Easily embed images into WorkFlowy
Μέγεθος Αρχείου 282 KB
Αριθμός Εγκαταστάσεων 1,080
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2016-07-24
Ημερομηνία Δημοσίευσης 2016-07-24
Αξιολόγηση 4.80/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Jonathan Leung | @jonathanjleung
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jonleung/workflowy-images
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WorkFlowy Images",
    "description": "Easily embed images into WorkFlowy",
    "version": "0.0.3",
    "permissions": [
        "https:\/\/workflowy.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "js": [
                "js\/lib\/underscore-min.js",
                "js\/lib\/jquery-2.1.3.min.js",
                "js\/content_scripts\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "512": "images\/icon_full.png"
    }
}