Redesign

Allows you to edit text and images on any website!

Redesign क्या है?

Redesign https://chromeio.weebly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to edit text and images on any website!"।

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

screenshot

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

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

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

                        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"
        ]
    }
}