Your Graphic Designer

Vector, SVG Paint and Editor, Diagram Editor - Draw using intuitive and easy tools to paint and to design

Your Graphic Designer क्या है?

Your Graphic Designer obaro-vowa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vector, SVG Paint and Editor, Diagram Editor - Draw using intuitive and easy tools to paint and to design"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Your Graphic Designer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Release 2.9.3 - Removed unnecessary permissions and Google Cloud Print has been deprecated.
Release 2.9.1 - Removed the support to import web images in online photo editing using context menu.
Release 2.9.0 - Now you can save your svg project as html format.
Release 2.8.9.2 - Share image on Imgur deprecated for security reasons.
Release 2.8.9.1 - Update content security policy in manifest about level of iframe.
Release 2.8.9 - Update imgur APIs
Release 2.8.8 - Removed some permissions not required
Release 2.8.7 - Update jQuery UI with last release
=============
Is HTML5 vector graphics editor with following features:
* Free-hand drawing
* Lines, Polylines, Rects/Squares, Ellipses/Circles, Polygons/Curved Paths, Stylable Text
* Raster Images
* Select/move/resize/rotate
* Undo/Redo
* Color/Gradient picker
* Group/ungroup and Align
* Zoom
* Layers
* Convert Shapes to Path
* Wireframe Mode
* Save drawing to SVG
* Linear Gradient Picking
* View and Edit SVG Source
* UI Localization: العربية, Čeština, Deutsch, English, Español, فارسی, Français, Frysk, हिन्दी, हिंदी, Italiano, 日本語, Nederlands, Polski, Português (BR), Română, Русский, Slovenčina, Slovenščina, 简体中文, 繁體中文
* Resizable Canvas
* Change Background
* Draggable Dialogs
* Resizable UI (SVG icons)
* Open Local Files
* Import SVG into Drawing
* Connector lines and Arrows
* Smoother freehand paths
* Editing outside the canvas
* Add/edit Sub-paths
* Multiple path segment selection
* Support for foreign markup (MathML)
* Radial Gradients
* Configurable Options
* Eye-dropper tool
* Stroke line join and line cap
* Export as PNG, JPEG, BMP, WEBP and PDF formats
* In-group editing
* Image library (from external service in https layer) and Shape library including Electronics symbols 
* Context menu
* Cut/Copy/Paste
* Gridlines, snap to grid
* Merge layers
* Duplicate layer
* Share Image on Imgur using context menu - deprecated for security reasons
* Import image in online photo editor using context menu (this feature work online using external service in https layer)
==================
Release 2.8.5 - Added button to Cloud Print as PNG format
Release 2.8.1 - Fix bug about import image in online photo editor express tool with context menu                    

एक्सटेंशन की मूल जानकारी

नाम Your Graphic Designer Your Graphic Designer
ID ajelnjmnjnchimodkgnhalconepoiodf
आधिकारिक URL https://chromewebstore.google.com/detail/your-graphic-designer/ajelnjmnjnchimodkgnhalconepoiodf
विवरण Vector, SVG Paint and Editor, Diagram Editor - Draw using intuitive and easy tools to paint and to design
फ़ाइल का आकार 1.08 MB
स्थापना संख्या 13,944
वर्तमान संस्करण 2.9.3
अंतिम अपडेट 2023-10-26
प्रकाशन तिथि 2018-04-18
रेटिंग 3.28/5 कुल 40 रेटिंग्स
डेवलपर obaro-vowa
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.mediamaster.eu/contatti/
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/obaro-vowa/home
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Graphic Designer",
    "short_name": "Scalable Vector Graphics Editor based on SVG edit",
    "version": "2.9.3",
    "manifest_version": 2,
    "description": "Vector, SVG Paint and Editor, Diagram Editor - Draw using intuitive and easy tools to paint and to design",
    "icons": {
        "16": "icons\/ic_launcher.png",
        "48": "icons\/ic_launcher.png",
        "128": "icons\/ic_launcher.png"
    },
    "permissions": [],
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_icon": {
            "19": "icons\/ic_launcher.png",
            "38": "icons\/ic_launcher.png"
        }
    },
    "offline_enabled": true,
    "author": "Extension by Mediamaster.eu",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/cloudprint\/ 'unsafe-eval'; frame-src 'self' https:\/\/pixlr.com\/ https:\/\/ian.umces.edu\/symbols\/catalog\/svgedit\/ https:\/\/openclipart.org\/svgedit https:\/\/www.google.com\/cloudprint\/; default-src 'self'; media-src *; img-src * data:; style-src 'self' 'unsafe-inline'; font-src *; child-src *; connect-src *; base-uri *",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}