The RSS Aggregator

RIP Opera

Τι είναι το The RSS Aggregator;

Το The RSS Aggregator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον holden321, και η κύρια λειτουργία του είναι "RIP Opera".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The RSS Aggregator

Λήψη αρχείων επέκτασης The RSS Aggregator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        An RSS reader like in the Opera browser.

- Add
- Read
- Manage
- Subscribe
- Authorization

Sorry for removing contributing names. They are forbidden in description in a new google policy.

Version history:

5.1 (04/02/17)
	- Hebrew translation

5.0 (28/01/17)
	- Fixed Slovak translation

4.9 (24/01/17)
	- Serbian translation
	
4.8 (22/01/17)
	- Czech translation
	- Portuguese (Portugal) translation
	- Chinese translation
	- French translation
	- Dutch translation
	- Lithuanian translation
	- Japanese translation
	- Portuguese translation
	- Italian translation
	- Croatian translation
	- Korean translation
	- Hungarian translation
	
4.7 (05/04/14)
	- Backspace deletes items (for Mac users)
	- Turkish translation
	- Slovak translation

4.5 (23/02/14) - German Translation

3.7 (15/01/14) In the "Advanced" menu item added "Lock Positions"

3.6 (14/01/14) Articles opened by double-clicking or pressing Enter

3.5 (13/01/14) - Optimization - Redesigned Interface - New options

3.0 (23.11.13) Add Sound Notifications.

2.7 (22.11.13) Add "Search articles".

2.5 (21.11.13) Add "Trash Can" and "Pinned Articles".

2.3 (11.11.13) Add "Download" link.

2.1 (09.11.13) Add Ukrainian language.

1.9 (08.11.13) Add "Add Feed" button.

1.8 (06.11.13) Add language switcher.

1.7 (05.11.13) Add Russian language.

1.6 (28.10.13) Add context menus.

1.5 (24.10.13) Implemented Export/Import.

1.4 (22.10.13) Add notifications.

1.2 (11.10.13) Now, the icon shows the number of unread messages.

1.1 (10.10.13) Add button for quick access to settings of a feed.

1.0 (01.09.13) Release.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The RSS Aggregator The RSS Aggregator
ID ffhafkagcdhnhamiaecajogjcfgienom
Επίσημο URL https://chromewebstore.google.com/detail/the-rss-aggregator/ffhafkagcdhnhamiaecajogjcfgienom
Περιγραφή RIP Opera
Μέγεθος Αρχείου 637 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 5.3
Τελευταία Ενημέρωση 2017-12-23
Ημερομηνία Δημοσίευσης 2017-12-23
Αξιολόγηση 4.44/5 Συνολικά 511 Αξιολογήσεις
Προγραμματιστής holden321
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,tr,es,hr,it,lt,hu,pl,sk,fi,cs,sr,ru,uk,iw,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The RSS Aggregator",
    "short_name": "Smarter RSS",
    "description": "RIP Opera",
    "version": "5.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "lingua.js",
            "jquery-2.0.3.min.js",
            "base64.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "blacknwhite.png",
        "name": "RSS",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "management",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "subscribe.html",
        "loading-bar.gif",
        "16x16.png"
    ]
}