Fingerpop
Pertti Jarla's comic strip "Fingerpori" in a popup view.
Cos'è Fingerpop?
Fingerpop è un'estensione di Chrome sviluppata da Anssi Asunmaa, e la sua funzione principale è "Pertti Jarla's comic strip "Fingerpori" in a popup view.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fingerpop
Scarica i file di estensione Fingerpop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hgdioeajjgbkjipkkachpnjihjnnpcfn |
URL Ufficiale | https://chrome.google.com/webstore/detail/fingerpop/hgdioeajjgbkjipkkachpnjihjnnpcfn |
Descrizione | Pertti Jarla's comic strip "Fingerpori" in a popup view. |
Dimensione del File | 77.8 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.8 |
Ultimo Aggiornamento | 2017-04-01 |
Data di Pubblicazione | 2017-04-01 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Anssi Asunmaa |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/anssi/Fingerpop |
Lingue Supportate | 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\/*" ] } |