UNSHAKESPEARE
Simplify Reading.
UNSHAKESPEARE란 무엇입니까?
UNSHAKESPEARE은(는) Piyush Santwani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify Reading."입니다.
확장 프로그램 스크린샷
UNSHAKESPEARE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Every worthy literature that you read online expects you have to have a decent vocabulary. Honestly, its important to keep polishing your language skills. The traditional way of doing that has been learning the dictionary meaning of the content word by word. UNSHAKESPEARE makes the process a little more intuitive and seamless. With inline meanings of words and idioms, it makes reading simpler and satisfying. It cleans up all the noise surrounding the content, making it distraction-free. The plugin currently supports only English language. If you have any suggestions to further improve the reading experience, feel free to contact me. Leave your ratings and comments if you find the extension useful :) Download Android app from here - https://goo.gl/55YAiZ
확장 프로그램 기본 정보
이름 | |
ID | hmebjhfaclcncpienkooofloegbckofl |
공식 URL | https://chrome.google.com/webstore/detail/unshakespeare/hmebjhfaclcncpienkooofloegbckofl |
설명 | Simplify Reading. |
파일 크기 | 3.76 MB |
설치 횟수 | 69 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-09-29 |
출시 날짜 | 2018-03-20 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Piyush Santwani |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://savegpt.com/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UNSHAKESPEARE", "version": "1.1.1", "manifest_version": 2, "description": "Simplify Reading.", "icons": { "16": "src\/assets\/images\/icon.png", "48": "src\/assets\/images\/icon.png", "128": "src\/assets\/images\/icon.png" }, "default_locale": "en", "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "src\/assets\/images\/icon.png", "default_title": "UnShakespeare", "default_popup": "src\/html\/popup.html" }, "permissions": [ "tabs", " |