Fingerpop

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

What is Fingerpop?

Fingerpop is a Chrome extension developed by Anssi Asunmaa, and its main feature is "Pertti Jarla's comic strip "Fingerpori" in a popup view.".

Extension Screenshots

screenshot

Download Fingerpop Extension CRX File

Download Fingerpop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fingerpop Fingerpop
ID hgdioeajjgbkjipkkachpnjihjnnpcfn
Official URL https://chrome.google.com/webstore/detail/fingerpop/hgdioeajjgbkjipkkachpnjihjnnpcfn
Description Pertti Jarla's comic strip "Fingerpori" in a popup view.
File Size 77.8 KB
Installation Count 16
Current Version 0.8
Last Updated 2017-04-01
Publish Date 2017-04-01
Rating 4.50/5 Total 6 Ratings
Developer Anssi Asunmaa
Payment Type free
Extension Website http://github.com/anssi/Fingerpop
Supported Languages 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\/*"
    ]
}