getYourCrayon (beta)

Draw on the web.

什麼是getYourCrayon (beta)?

getYourCrayon (beta)是由https://getyourcrayon.com開發的Chrome擴展程式,該擴展的主要功能是“Draw on the web.”。

擴展截圖

screenshot

下載getYourCrayon (beta)擴展crx文件

下載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
官方網址 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"
        ]
    }
}