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!"입니다.
확장 프로그램 스크린샷
Redesign 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |