Pocket open original page

This extension load original page after article view is loaded in new tab

Pocket open original page란 무엇입니까?

Pocket open original page은(는) rado에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension load original page after article view is loaded in new tab"입니다.

Pocket open original page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This lets you either open a page from Pocket web normally, or you can use your browser's normal way to open the link to the page in a new tab, and this extension will automatically "click" the "View Original" button in that new tab                    

확장 프로그램 기본 정보

이름 Pocket open original page Pocket open original page
ID ljjoeeiaojfgkoopmhfhfndeddnbeaef
공식 URL https://chromewebstore.google.com/detail/pocket-open-original-page/ljjoeeiaojfgkoopmhfhfndeddnbeaef
설명 This extension load original page after article view is loaded in new tab
파일 크기 6.97 KB
설치 횟수 65
현재 버전 1.0
최근 업데이트 2015-12-14
출시 날짜 2015-12-14
평점 3.82/5 총 11 개의 평점
개발자 rado
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocket open original page",
    "description": "This extension load original page after article view is loaded in new tab",
    "version": "1.0",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/getpocket.com\/a\/read\/*"
            ],
            "js": [
                "openoriginal.js"
            ]
        }
    ]
}