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文件

下載Fingerpop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}