Articles Simplifier
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Articles Simplifier란 무엇입니까?
Articles Simplifier은(는) noamamv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more..."입니다.
확장 프로그램 스크린샷
Articles Simplifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more using www.outline.com services. Just click "Add to Chrome," then visit your favorite website for reading and our extension will use it’s url for presenting you the simplify info, no copy\past needed. Simply click the extension button, or right click in a page you want to simplify and click on our extension to redirect your article to Outline.com. Hopefully you enjoy our extension, we would love to hear feedback from you.
확장 프로그램 기본 정보
이름 | |
ID | hgaklaggfeoekgakpbmgjjfkagffolph |
공식 URL | https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph |
설명 | This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more... |
파일 크기 | 19.48 KB |
설치 횟수 | 816 |
현재 버전 | 1 |
최근 업데이트 | 2022-02-15 |
출시 날짜 | 2022-02-15 |
개발자 | noamamv |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://home.articlesimplifier.com/ |
도움말 페이지 URL | https://home.articlesimplifier.com/contact.html |
개인정보 보호 정책 페이지 URL | https://home.articlesimplifier.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo128.png", "default_title": "Articles Simplifier" }, "background": { "service_worker": "background.js" }, "description": "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png" }, "manifest_version": 3, "name": "Articles Simplifier", "permissions": [ "activeTab", "contextMenus", "tabs", "alarms", "storage" ], "version": "1" } |