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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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\/*" ] } |