Disguise and simplify
Simplify the looks of a website for easy reading and copying.
Disguise and simplify란 무엇입니까?
Disguise and simplify은(는) Odel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify the looks of a website for easy reading and copying."입니다.
확장 프로그램 스크린샷
Disguise and simplify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disguise the appearance of a website, whether for easy reading, copying or privacy purposes. This extension will do: 1. Change the background color of the page to black. 2. Change the texts color to white and the links to green. 3. Make the page editable. 4. Change the window title. 5. It should also change the Favicon. 1.4 update: - Fixed Favicon not working on some sites. 1.5 update: - Removed unnecessary permission. TODO (if more people use this extension): - Allow the users to change the colors via settings. - Allow the users to change whatever window title they want. - Allow the users to change whatever Favicon they want.
확장 프로그램 기본 정보
이름 | Disguise and simplify |
ID | lnmojiemkoenibcigngekpbfafbgnkgj |
공식 URL | https://chromewebstore.google.com/detail/disguise-and-simplify/lnmojiemkoenibcigngekpbfafbgnkgj |
설명 | Simplify the looks of a website for easy reading and copying. |
파일 크기 | 11.87 KB |
설치 횟수 | 22 |
현재 버전 | 1.5 |
최근 업데이트 | 2017-01-06 |
출시 날짜 | 2017-01-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Odel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "simplehan.js" ] }, "browser_action": { "default_icon": "icons\/delgreg19.png", "default_popup": "popup.html", "default_title": "Simplify" }, "description": "Simplify the looks of a website for easy reading and copying.", "icons": { "48": "icons\/delgreg48.png" }, "manifest_version": 2, "name": "Disguise and simplify", "permissions": [ "activeTab" ], "version": "1.5", "web_accessible_resources": [ "icons\/favicon.png" ] } |