Open in Instapaper Text
Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Open in Instapaper Text란 무엇입니까?
Open in Instapaper Text은(는) rawbytz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links."입니다.
확장 프로그램 스크린샷
Open in Instapaper Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS: • Right click links to open them faster in Instapaper Text without loading the original page first. • Assign a keyboard shortcut, and hide the toolbar icon if desired. *Important Notes* • "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. • Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options. • Not all websites are Instapaper Text compatible. Ver 2.2: Updated to handle new facebook link format on right click.
확장 프로그램 기본 정보
이름 | Open in Instapaper Text |
ID | lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
공식 URL | https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
설명 | Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links. |
파일 크기 | 22.96 KB |
설치 횟수 | 3,372 |
현재 버전 | 2.2 |
최근 업데이트 | 2017-08-31 |
출시 날짜 | 2017-08-31 |
평점 | 4.70/5 총 10 개의 평점 |
개발자 | rawbytz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Instapaper Text", "version": "2.2", "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.", "browser_action": { "default_icon": "ip_128.png", "default_title": "Open in Instapaper Text" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "ip_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |