Redesign

Allows you to edit text and images on any website!

什麼是Redesign?

Redesign是由https://chromeio.weebly.com開發的Chrome擴展程式,該擴展的主要功能是“Allows you to edit text and images on any website!”。

擴展截圖

screenshot

下載Redesign擴展crx文件

下載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
官方網址 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"
        ]
    }
}