IwillriL - Unnoficial Pocket Client

Unnoficial Pocket Client Extension for Google Chrome

IwillriL - Unnoficial Pocket Client란 무엇입니까?

IwillriL - Unnoficial Pocket Client은(는) Diego Nakamashi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unnoficial Pocket Client Extension for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot

IwillriL - Unnoficial Pocket Client 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Unnoficial Pocket Client Extension for Google Chrome

Trouble with the extension, please contact me at @diegonakamashi or [email protected]

Version: 2.6.4
Release Date: 9-9-2021
- Refresh itens when authenticated

Version: 2.6.3
Release Date: 8-24-2021
- Fix Layout on table items

Version: 2.6.2
Release Date: 8-23-2021
- Fix delete instead of archive options

Version: 2.6.1
Release Date: 8-13-2021
- Fix Layout on table items

Version: 2.6.0
Release Date: 8-12-2021
- Fix Layout on table items

Version: 2.5.0
Release Date: 3-8-2021
- New Layout
- Code refactoring

Version 2.4.5
Release Date: 5-16-2016
-Add a option to switch the archive button to a delete button

Version 2.4.4 (New)
Release Date: 10-09-2015
-Fix Favicon issue

Version 2.4.3
Release Date: 01-22-2015
-Fix Favicon issue

Version 2.4.2
Release Date: 01-21-2014
-Fix Authentication issue

Version 2.4.1
Release Date: 07-30-2013
-Fix Option Page
-Issue 18 - Title is not stored for internal non-public URLs
-Remove Uncount Label Option

Version 2.4
Release Date: 04-22-2012
ChangeLog:
-Faster
-Layout Changes
-Using Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome
-New Pocket API
-An option to remove the Context Menu was added
-Retriving Favicon with the http://getfavicon.appspot.com/ service
-The sync was improved 

Thanks to:
Font Awesome by Dave Gandy
Adonis K - https://github.com/varemenos


Version 2.2.3
Release Date: 07-02-2012
ChangeLog:
-ShortCut Key
-FindBar
-Fix the update

Version 2.2.2 :
Release Date : 22-09-2011
ChangeLog:
-Correct Bugs
    --Itens with no titles

Version 2.2 :
Release Date : 03-08-2011
ChangeLog:
-Mark as Read Option in context Menu
-Mark as Read when you click on a link.(Optional)
-Correct Bugs
    --chinese and japanese characters
    --login problem



Version 2.1.1 :
Release Date : 01-07-2011
ChangeLog:
-Correct Bugs
    --some itens are impossible to mark as read

Version 2.1 :
Release Date : 28-06-2011
ChangeLog:
-NEW Design
-Number of unread itens Label in the extension icon
-Now the extension sync when chrome opens for the first time
-Auto-update(120 minutes)

Thanks to http://pc.de/ for the icons:
http://www.iconfinder.com/search/?q=iconset%3Adortmund

Version 2.0 :
Release Date : 15-06-2011
ChangeLog:
-New Design
-Now you can save a link. (Press with the right-button in any link and press I'll readit later)
-Correct Bugs
    --logout
    --some itens are impossible to mark as read

Version 1.1 :
Release Date : 16-04-2011
ChangeLog:
-There is no pagination anymore
-New popup height

PS: Please give me more suggestions!!

Version 1.0 :
Release Date : 02-04-2011
Thank you for all the suggestion!!!
ChangeLog:
-New Font
-Auto update (30 minutes interval)
-Now you can save a read it later item just clicking in the page with the mouse right button and choosing the "i will read it later" option.
-An option page link

If you found a bug, please let me know!                    

확장 프로그램 기본 정보

이름 IwillriL - Unnoficial Pocket Client IwillriL - Unnoficial Pocket Client
ID bbabbdijmipkeilehcnbopedgbjejbmb
공식 URL https://chromewebstore.google.com/detail/iwillril-unnoficial-pocke/bbabbdijmipkeilehcnbopedgbjejbmb
설명 Unnoficial Pocket Client Extension for Google Chrome
파일 크기 154 KB
설치 횟수 2,597
현재 버전 2.6.8
최근 업데이트 2023-04-02
출시 날짜 2020-10-12
평점 4.30/5 총 130 개의 평점
개발자 Diego Nakamashi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/diegonakamashi/ril-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IwillriL - Unnoficial Pocket Client",
    "version": "2.6.8",
    "description": "Unnoficial Pocket Client Extension for Google Chrome",
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": "images\/bookmark.png",
        "default_popup": "html\/index.html"
    },
    "permissions": [
        "https:\/\/readitlaterlist.com\/",
        "http:\/\/readitlaterlist.com\/",
        "https:\/\/getpocket.com\/v3\/",
        "tabs",
        "contextMenus",
        "alarms"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "images\/bookmark.png",
        "48": "images\/bookmark48.png",
        "128": "images\/bookmark128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/auth.html",
        "html\/index.html"
    ]
}