getYourCrayon (beta)

Draw on the web.

Τι είναι το getYourCrayon (beta);

Το getYourCrayon (beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getyourcrayon.com, και η κύρια λειτουργία του είναι "Draw on the web.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης getYourCrayon (beta)

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

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

                        getYourCrayon is graffiti for the web.

Touch the eye to turn on the canvas and see what others have drawn. Touch the pencil to draw something of your own. You can save your drawing by clicking the cloud icon, and other getYourCrayon users will be able to see what you have made when they visit that link.

Tag your drawings to organize, keep track or claim yourself as the artist.

Most importantly, have fun.

********** We recommend you set your browser to its full width for the best experience **********

Release Notes:

0.2.0 Update icon, fix canvas bugs.
0.1.6 Fixed tag field bug.
0.1.5 Fixed flickering toolbar bug. Added resized icons.
0.1.4 Added draw button, bug fixes
0.1.0 Alpha release                    

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

Όνομα getYourCrayon (beta) getYourCrayon (beta)
ID pbkgodffljfhdlinelnhklhcdoiedbej
Επίσημο URL https://chromewebstore.google.com/detail/getyourcrayon-beta/pbkgodffljfhdlinelnhklhcdoiedbej
Περιγραφή Draw on the web.
Μέγεθος Αρχείου 235 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2013-10-30
Ημερομηνία Δημοσίευσης 2013-10-30
Αξιολόγηση 4.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://getyourcrayon.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://getyourcrayon.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "getYourCrayon (beta)",
    "description": "Draw on the web.",
    "version": "0.2.0",
    "icons": {
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/intent\/tweet*",
                "https:\/\/www.google.com\/webhp?sourceid=chrome-instant&espv=*"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "paper.js",
                "farbtastic.js",
                "colorpicker.js",
                "contentscript.js"
            ],
            "css": [
                "contentscript.css",
                "farbtastic.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "drawController.js",
        "wheel.png",
        "marker.png",
        "mask.png",
        "gyc-badgeicon.png"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "getYourCrayon"
    },
    "commands": {
        "Undo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+MacCtrl+Z"
            },
            "description": "Undo"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}