Fingerpop
Pertti Jarla's comic strip "Fingerpori" in a popup view.
ما هو Fingerpop؟
Fingerpop هو إضافة Chrome تم تطويرها بواسطة Anssi Asunmaa، والميزة الرئيسية لها هي "Pertti Jarla's comic strip "Fingerpori" in a popup view.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fingerpop
قم بتنزيل ملفات الامتداد Fingerpop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |