Instant Feed

Enjoy subscribing your favorite websites

Τι είναι το Instant Feed;

Το Instant Feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Developer, και η κύρια λειτουργία του είναι "Enjoy subscribing your favorite websites".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Instant Feed

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

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

                        A simple and fast extension to read RSS feeds
Instant feed features:
-Instant read mode read articles faster without visiting the website
-RTL support (read RSS feeds of right to left language websites)
-Responsive design (available on all screen sizes)
-Different themes
-Powerful search , search RSS channels by website address , RSS URL or keyword
-Drag and drop address of any website to add it to RSS channels
-No advertisements
-Available on Chrome and Firefox                    

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

Όνομα Instant Feed Instant Feed
ID eaejoajdgejmgaockdppfjfeodhkanig
Επίσημο URL https://chromewebstore.google.com/detail/instant-feed/eaejoajdgejmgaockdppfjfeodhkanig
Περιγραφή Enjoy subscribing your favorite websites
Μέγεθος Αρχείου 414 KB
Αριθμός Εγκαταστάσεων 148
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-11-19
Ημερομηνία Δημοσίευσης 2018-11-14
Προγραμματιστής Developer
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Feed",
    "version": "1.0",
    "author": "addonDeveloper",
    "description": "Enjoy subscribing your favorite websites",
    "icons": {
        "48": "\/img\/icon48.png",
        "96": "\/img\/icon96.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Instant Feed",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "20": "\/img\/icon20.png",
            "32": "\/img\/icon32.png",
            "64": "\/img\/icon64.png"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}