resizemy.photos

Resize or crop any photo or image from any website or upload your own image

Τι είναι το resizemy.photos;

Το resizemy.photos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://resizemy.photos, και η κύρια λειτουργία του είναι "Resize or crop any photo or image from any website or upload your own image".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Upload any image or use photos from websites to easily crop and resize to any dimensions.

* Resize or crop any photo from the web.
* Upload your own photo to resize or crop.
* Auto crop according to social network and other preset sizes.
* Custom define your own crop size.
* Free crop mode allows you to select cropping area on photo and keep image pixel resolution.
* Slider resize allows you to resize the image by percentage.
* Download your image as JPG or PNG.

Preset sizes we support:
* Wallpaper - Desktop, Laptop, Tablet, Thumbnail.
* Facebook - Cover photo, Profile photo, Shared image, Shared preview.
* Linkedin - Banner image, Cover image, Profile image, Logo image.
* GooglePlus - Cover image, Profile photo, Shared link.

***** MORE PRESET SIZES COMING SOON ******

***** We take your privacy very seriously, so we do not store or upload any information of the images you use. *****
*** Use of Permissions ***
We use the following Permissions to provide you with the needed features required:

activeTab - Access to current active tab and enable the crop icon on images for faster access to crop function
contextMenus - Access to add menu option to crop using right click
storage - Access to storage to save and sync extention status (for showing or hiding the icon on images)

*** So what data do we collect and how do we use it? ***
We collect the following data using Google Analytics:
install, update and uninstall actions and the version
files uploaded types (jpeg / png / etc`...)
cropper changes sizes (300x300, 250x200, etc`...)
files downloaded sizes (300x300, 250x200, etc`...)                    

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

Όνομα resizemy.photos resizemy.photos
ID cedckdcmlfabmjkangihdbimghccobhp
Επίσημο URL https://chromewebstore.google.com/detail/resizemyphotos/cedckdcmlfabmjkangihdbimghccobhp
Περιγραφή Resize or crop any photo or image from any website or upload your own image
Μέγεθος Αρχείου 732 KB
Αριθμός Εγκαταστάσεων 9,702
Τρέχουσα Έκδοση 1.65.0
Τελευταία Ενημέρωση 2020-06-13
Ημερομηνία Δημοσίευσης 2020-06-13
Αξιολόγηση 4.05/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://resizemy.photos
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://resizemy.photos
URL της Σελίδας Πολιτικής Απορρήτου http://resizemy.photos/privacy.html
Υποστηριζόμενες Γλώσσες en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "1.65.0",
    "homepage_url": "http:\/\/resizemy.photos\/",
    "author": "Guy Peri",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "menu.html",
        "default_title": "resizemy.photos",
        "default_icon": {
            "128": "icons\/128-on.png"
        }
    },
    "icons": {
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/icons\/button-icon.png",
        "menu.html",
        "js\/menu.js",
        "css\/menu.css",
        "images\/logo-menu.png",
        "index.html",
        "js\/main.js",
        "css\/general.css",
        "images\/logo.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}