Redesign

Allows you to edit text and images on any website!

Τι είναι το Redesign;

Το Redesign είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chromeio.weebly.com, και η κύρια λειτουργία του είναι "Allows you to edit text and images on any website!".

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

screenshot

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

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

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

                        Redesign is an amazing extension that allows you to edit every site on the internet just like a text document!

This extension is great for quickly seeing how something would look, such as to see if a image or button would look better on the other side of the page.

Or you could use it the make funny pictures of edited sites or even prank your friends!

Features:

☛ Move images by dragging them around.
☛ Edit existing text by clicking and typing.
☛ Add new text before or after existing elements.
☛ Change font style using standard keys 

(ctrl+b for bold, ctrl+i for italics and ctrl+u for underline)

Bad bit: This extension is not designed as a hardcore development tool and is limited by Chrome's implementation of design mode. Changes are temporary; reloading the page will clear any changes.

Tips and Tricks:
☛ You can make a single HTML element editable by adding the "content-editable" attribute.
☛ ctrl+b for bold, ctrl+i for italics and ctrl+u for underline


Install Today and get editing!!!                    

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

Όνομα Redesign Redesign
ID mimclceeboejniclilndinkbkfnadlki
Επίσημο URL https://chromewebstore.google.com/detail/redesign/mimclceeboejniclilndinkbkfnadlki
Περιγραφή Allows you to edit text and images on any website!
Μέγεθος Αρχείου 121 KB
Αριθμός Εγκαταστάσεων 833
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-05-04
Ημερομηνία Δημοσίευσης 2016-05-04
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://chromeio.weebly.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://chromeio.weebly.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redesign",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Allows you to edit text and images on any website!",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Redesign: off"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}