Instapaper count
Adds an icon showing your Instapaper unread item count.
Instapaper count란 무엇입니까?
Instapaper count은(는) https://eduardo.noeda.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an icon showing your Instapaper unread item count."입니다.
확장 프로그램 스크린샷
Instapaper count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MOTIVATION As you probably know, Instapaper does not show any badge or count of the unread items in your account. It's done on purpose and I'm aware of it, but I prefer to be reminded that I have something pending in order to remember to go read it. So this plugin adds a button in the toolbar which shows the Instapaper unread item count. FIRST USE If you are not logged in to Instapaper, the icon shows an exclamation mark. Click on the button and it will open the Instapaper page so you can log in. After that, it will always be able to retrieve the count (you can close the Instapaper tab whenever you want, the plugin doesn't need it to work). Comments are welcome.
확장 프로그램 기본 정보
이름 | Instapaper count |
ID | oadfoocehndapcgpcbjngnnfonkilhjb |
공식 URL | https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb |
설명 | Adds an icon showing your Instapaper unread item count. |
파일 크기 | 11.15 KB |
설치 횟수 | 72 |
현재 버전 | 1.4 |
최근 업데이트 | 2014-10-30 |
출시 날짜 | 2014-10-30 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://eduardo.noeda.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instapaper count", "version": "1.4", "manifest_version": 2, "description": "Adds an icon showing your Instapaper unread item count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your Instapaper items" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "instapapercount.js" ] }, "permissions": [ "https:\/\/www.instapaper.com\/*" ] } |