GooEdit

Image editor that helps you to edit your pictures/photos/images easily and fast, on html 5 online without need to download.

Τι είναι το GooEdit;

Το GooEdit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gooedit, και η κύρια λειτουργία του είναι "Image editor that helps you to edit your pictures/photos/images easily and fast, on html 5 online without need to download.".

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

screenshot
screenshot
screenshot

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

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

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

                        New Release:
3.0.0.0: New Feature!!! New Design!!!
         Upload your own image and edit it!
         Blend Two image to one image!
         Add cool frame to your image!
         And more...!

Security:
GooEdit doesn't save any information.
All data that is accessed is only for local use – means usernames, passwords, images, history and all relevant data are saved only in the user local storage, not in GooEdit database.

Instruction to select image:
Move with your mouse on the image object, and
Use the ALT+RIGHT Mouse button for Windows users.
Use the Ctrl+Shift+RIGHT Mouse button for Windows users for upload toolbar. 
Use the SHIFT+RIGHT Mouse button for Ubuntu users.

Important: 
- After installing, please restart your browser.
- You must wait until the page is finished to load.
- This extension doesn't work on Flash object.
- For best performance edit image on new tab.
 
GooEdit is a powerful, yet an easy to use image editor add-on, which allows you editing images online, on the currently viewed web-page, without saving the picture first.                    

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

Όνομα GooEdit GooEdit
ID mldnfiglpcfdfnaephjhpgocgnmgjkhp
Επίσημο URL https://chrome.google.com/webstore/detail/gooedit/mldnfiglpcfdfnaephjhpgocgnmgjkhp
Περιγραφή Image editor that helps you to edit your pictures/photos/images easily and fast, on html 5 online without need to download.
Μέγεθος Αρχείου 12.56 MB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 3.0.3
Τελευταία Ενημέρωση 2014-09-09
Ημερομηνία Δημοσίευσης 2014-09-09
Αξιολόγηση 3.90/5 Συνολικά 105 Αξιολογήσεις
Προγραμματιστής gooedit
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://aspspider.ws/gooedit/
Διεύθυνση URL της Σελίδας Βοήθειας http://aspspider.ws/gooedit/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GooEdit",
    "version": "3.0.3",
    "description": "Image editor that helps you to edit your pictures\/photos\/images easily and fast, on html 5 online without need to download.",
    "browser_action": {
        "default_icon": "images\/icon_new.png",
        "default_title": "GooEdit - Best image editor"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "scripts\/jquery\/jquery-1.11.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery\/jquery-1.11.1.min.js",
                "scripts\/jquery\/jquery-ui.js",
                "scripts\/plugins\/pixastic.custom.js",
                "scripts\/plugins\/cute-balloon.js",
                "scripts\/plugins\/twitter.js",
                "scripts\/plugins\/facebook.js",
                "scripts\/toolbarScripts\/rotate.js",
                "scripts\/toolbarScripts\/blur.js",
                "scripts\/toolbarScripts\/blend.js",
                "scripts\/toolbarScripts\/solarize.js",
                "scripts\/toolbarScripts\/sepia.js",
                "scripts\/toolbarScripts\/bricon.js",
                "scripts\/toolbarScripts\/edge2.js",
                "scripts\/toolbarScripts\/grayscale.js",
                "scripts\/toolbarScripts\/zoom.js",
                "scripts\/toolbarScripts\/hsl.js",
                "scripts\/toolbarScripts\/crop.js",
                "scripts\/toolbarScripts\/sharpen.js",
                "scripts\/toolbarScripts\/edge1.js",
                "scripts\/toolbarScripts\/noise.js",
                "scripts\/toolbarScripts\/coladjust.js",
                "scripts\/toolbarScripts\/edgel.js",
                "scripts\/toolbarScripts\/pointillize.js",
                "scripts\/toolbarScripts\/pixInfo.js",
                "scripts\/toolbarScripts\/invert.js",
                "scripts\/toolbarScripts\/removeNoise.js",
                "scripts\/toolbarScripts\/mosaic.js",
                "scripts\/toolbarScripts\/frame.js",
                "scripts\/toolbarScripts\/glow.js",
                "scripts\/toolbarScripts\/emboss.js",
                "scripts\/toolbarScripts\/unsharpMask.js",
                "scripts\/toolbarScripts\/gooeditWebSite.js",
                "scripts\/toolbarScripts\/upload.js",
                "scripts\/toolbarScripts\/text.js",
                "scripts\/globals.js"
            ],
            "css": [
                "base\/jquery-ui.css",
                "styles\/cute-balloon.css",
                "styles\/style.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "base\/*",
        "gris\/*",
        "images\/*",
        "scripts\/*",
        "styles\/*",
        "toolbars\/*",
        "toolbars\/images\/*"
    ]
}