Minúta po minúte / Denník N

Pravidelné notifikácie s najnovšími správami Minúty po minúte Denníka N.

Minúta po minúte / Denník Nคืออะไร?

Minúta po minúte / Denník N เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bayloft และคุณลักษณะหลักของมันคือ "Pravidelné notifikácie s najnovšími správami Minúty po minúte Denníka N."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minúta po minúte / Denník N

ดาวน์โหลดไฟล์ส่วนขยาย Minúta po minúte / Denník N ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Minuta po minute
================

Rozšírenie zobrazuje najnovšie správy služby Minúta po minúte Denníka N. Podporuje zobrazovanie obrázkov a náhľadov z YouTube videí a možnosť zobraziť celú správu na stránkach Minúty po minúte.

Rozšírenie je open source, licencované pod GNU GPLv2.
Pull requesty môžete posielať na https://github.com/rootpd/minuta-po-minute-chrome.

Vytvoril rootpd@bayloft.

Changelog
=========
1.6.3
- Changing timezone parsing after latest API changes
- Use of MPM API instead of webpage parsing
- Complete redesign
- Removal of "important only" option
- Categories filter

1.5.8
- Bugfixing style errors caused by CMS updates at N website
- Bugfixing network error/change scenario
- Added tracking for Dennik N analytics
- Bugfixing local topic reloading
- Ussing topic name as a message title
- Fixing clickability of popup footer
- Fixing minor styling issues on Windows
- Bugfixing empty first paragraph scenario
- Bugfixing HTML entities within topic title
- Bugfixing topic parser and selector
- Enhanced popup view and notification title

1.5.0
- Added extension popup into the browser
- Popup-based topic filtering added
- Popup-based snooze button added
- Selected topic name is in the title of notification
- Last 3 messages are being displayed in the browser popup
- Local storage being cleared on each start to simulate session
- Settings reloading optimizations

1.4.1
- Saving article data to local storage, using sync storage solely for options
- Cleaning up sync storage, to fix affected users.

1.4.0
- Adding possibility to open article on notification click (now default)
- Adding possibility to set visibility time
- Automatically closing and removing notifications from notification center
- More options in the option page
- Rebranding
- Bugfixes and optimizations due to extensive hitting of sync storage
- Extension was fully rewritten from scratch to CoffeeScript

1.3.4
- Adding failsafe for interval check to prevent lots of requests being generated in case config is in inconsistent state.
- Adding typecheck for interval
- Fixing network error handling
- Setting default refresh interval to 5 minutes

1.3.0
- Added support for important-only messages

1.2.0
- Added support for article fetch limit
- Bugfixing config reloading

1.1.0
- Added support for notification sound selection/disabling
- Fixing loads of notifications appearing when Chrome started or user returned back after a long while

1.0.0
- Yay!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minúta po minúte / Denník N Minúta po minúte / Denník N
ID anicibpgdgeankdghhjedgnehjhhneae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/min%C3%BAta-po-min%C3%BAte-denn%C3%ADk-n/anicibpgdgeankdghhjedgnehjhhneae
คำอธิบาย Pravidelné notifikácie s najnovšími správami Minúty po minúte Denníka N.
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 272
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2017-05-15
วันที่เผยแพร่ 2017-05-15
คะแนน 4.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา bayloft
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dennikn.sk/minuta/
URL หน้าช่วยเหลือ https://dennikn.sk/kontakt/
ภาษาที่รองรับ sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Min\u00fata po min\u00fate \/ Denn\u00edk N",
    "short_name": "Minuta po minute",
    "description": "Pravideln\u00e9 notifik\u00e1cie s najnov\u0161\u00edmi spr\u00e1vami Min\u00faty po min\u00fate Denn\u00edka N.",
    "default_locale": "sk",
    "manifest_version": 2,
    "version": "1.6.3",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ]
}