Fingerpop

Pertti Jarla's comic strip "Fingerpori" in a popup view.

Fingerpop란 무엇입니까?

Fingerpop은(는) Anssi Asunmaa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pertti Jarla's comic strip "Fingerpori" in a popup view."입니다.

확장 프로그램 스크린샷

screenshot

Fingerpop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Displays the latest Pertti Jarla's comic strip "Fingerpori" from Helsingin Sanomat in a popup view. Please report bugs!

Changelog:
0.8
- Fixed fetching strip from updated source page.
0.7
- Fixed comic href.
0.6
- Fixed strip fetching.
- Added navigation with keyboard (arrows).
0.5
- New navigation.
- Ajax error handling.
0.4
- Fixed script tags.
0.3
- Added browsing.
0.2
- Clicking the strip opens the comic strip site into a new tab.                    

확장 프로그램 기본 정보

이름 Fingerpop Fingerpop
ID hgdioeajjgbkjipkkachpnjihjnnpcfn
공식 URL https://chrome.google.com/webstore/detail/fingerpop/hgdioeajjgbkjipkkachpnjihjnnpcfn
설명 Pertti Jarla's comic strip "Fingerpori" in a popup view.
파일 크기 77.8 KB
설치 횟수 16
현재 버전 0.8
최근 업데이트 2017-04-01
출시 날짜 2017-04-01
평점 4.50/5 총 6 개의 평점
개발자 Anssi Asunmaa
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/anssi/Fingerpop
지원되는 언어 fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fingerpop",
    "description": "Pertti Jarla's comic strip \"Fingerpori\" in a popup view.",
    "version": "0.8",
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Fingerpop",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.hs.fi\/*"
    ]
}