Fingerpop
Pertti Jarla's comic strip "Fingerpori" in a popup view.
Wat is Fingerpop?
Fingerpop is een Chrome-extensie ontwikkeld door Anssi Asunmaa, en de belangrijkste functie is "Pertti Jarla's comic strip "Fingerpori" in a popup view.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fingerpop
Download Fingerpop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hgdioeajjgbkjipkkachpnjihjnnpcfn |
Officiële URL | https://chrome.google.com/webstore/detail/fingerpop/hgdioeajjgbkjipkkachpnjihjnnpcfn |
Beschrijving | Pertti Jarla's comic strip "Fingerpori" in a popup view. |
Bestandsgrootte | 77.8 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.8 |
Laatst Bijgewerkt | 2017-04-01 |
Publicatiedatum | 2017-04-01 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Anssi Asunmaa |
Betalingswijze | free |
Extensiewebsite | http://github.com/anssi/Fingerpop |
Ondersteunde Talen | 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\/*" ] } |