Read with Instapaper
Instantly view any compatible web page in Instapaper's text view.
Read with Instapaper란 무엇입니까?
Read with Instapaper은(는) Philipp Comans에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly view any compatible web page in Instapaper's text view."입니다.
확장 프로그램 스크린샷
Read with Instapaper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Version 0.4: Updated manifest to version 3. Version 0.3: New retina icon. I hope you like it. Version 0.2: Clicking the icon will do nothing if already displaying a site in Instapaper's text view. Changed manifest to version 2.
확장 프로그램 기본 정보
이름 | Read with Instapaper |
ID | loakjddodapechhbbfllclddgeccbmkl |
공식 URL | https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl |
설명 | Instantly view any compatible web page in Instapaper's text view. |
파일 크기 | 16.12 KB |
설치 횟수 | 492 |
현재 버전 | 0.4 |
최근 업데이트 | 2022-09-06 |
출시 날짜 | 2015-08-26 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | Philipp Comans |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/pcomans/ReadWithInstapaper |
도움말 페이지 URL | https://github.com/pcomans/ReadWithInstapaper/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read with Instapaper", "description": "Instantly view any compatible web page in Instapaper's text view.", "version": "0.4", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Instapaper Text" }, "homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper", "icons": { "128": "icon-128.png" }, "permissions": [ "tabs" ], "manifest_version": 3 } |