Add to Pocket

Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket

Add to Pocket란 무엇입니까?

Add to Pocket은(는) Alex Fomin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket"입니다.

확장 프로그램 스크린샷

screenshot

Add to Pocket 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension require an 
"Take from Pocket"
extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd)

1.0.3
* Fix icon rotating after click on context menu                    

확장 프로그램 기본 정보

이름 Add to Pocket Add to Pocket
ID olloendlpcoaancofdjbaabmgbhdgpad
공식 URL https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad
설명 Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
파일 크기 46.42 KB
설치 횟수 413
현재 버전 1.0.3
최근 업데이트 2018-01-29
출시 날짜 2018-01-29
평점 3.29/5 총 7 개의 평점
개발자 Alex Fomin
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/alex-fomin/pocket-inpage
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pocket",
    "version": "1.0.3",
    "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket",
    "background": {
        "scripts": [
            "libs\/require.js",
            "app.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/notAdded-19.png",
            "38": "images\/notAdded-38.png"
        },
        "default_title": "Add item to Pocket"
    },
    "permissions": [
        "tabs",
        "management",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png"
    }
}