Omnivore List Popup

Show a popup with a list of your Omnivore articles to quickly open or archive.

Τι είναι το Omnivore List Popup;

Το Omnivore List Popup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον HerrHerrmann, και η κύρια λειτουργία του είναι "Show a popup with a list of your Omnivore articles to quickly open or archive.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Omnivore List Popup

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

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

                        Unofficial extension for Omnivore users who want to access their Omnivore items directly in a little popup. This extension is heavily inspired by the original "In My Pocket" extension for Pocket.

Features:
- See all your Omnivore articles in a popup
- Quickly open the original article URL in a new tab by clicking the article
- Keep the popup open by keeping CMD (CTRL on Windows/Linux) pressed while clicking an article
- Archive (or unarchive) articles from the list
- Change the labels of an article
- Open the Omnivore main website
- Use a custom Omnivore API URL (for self-hosted instances)
- More features coming soon!

Setup:
- Get an Omnivore API Key through your Omnivore Account: https://omnivore.app/settings/api
- Install the extension from the Chrome Web Store.
- Go into the extension’s settings and paste your Omnivore API key.
- Launch the extension by clicking the new "Omnivore List Popup" button in your Firefox extension toolbar/dropdown.
- Optional: Add the extension to your always-visible toolbar.

Links:
- Source Code: https://github.com/herrherrmann/omnivore-list-popup
- Issues: https://github.com/herrherrmann/omnivore-list-popup/issues                    

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

Όνομα Omnivore List Popup Omnivore List Popup
ID dnfckbihnohkfoaclfckbcebclmhleni
Επίσημο URL https://chromewebstore.google.com/detail/omnivore-list-popup/dnfckbihnohkfoaclfckbcebclmhleni
Περιγραφή Show a popup with a list of your Omnivore articles to quickly open or archive.
Μέγεθος Αρχείου 31.49 KB
Αριθμός Εγκαταστάσεων 361
Τρέχουσα Έκδοση 1.5.2
Τελευταία Ενημέρωση 2024-02-05
Ημερομηνία Δημοσίευσης 2023-08-20
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής HerrHerrmann
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/herrherrmann/omnivore-list-popup
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/herrherrmann/omnivore-list-popup/issues
URL της Σελίδας Πολιτικής Απορρήτου https://herrherrmann.net/omnivore-list-popup-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omnivore List Popup",
    "description": "Show a popup with a list of your Omnivore articles to quickly open or archive.",
    "homepage_url": "https:\/\/github.com\/herrherrmann\/omnivore-list-popup",
    "version": "1.5.2",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "48": "icons\/wallet-48.png",
        "96": "icons\/wallet-96.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Omnivore List Popup",
        "default_icon": {
            "64": "icons\/wallet-black.png"
        },
        "theme_icons": [
            {
                "light": "icons\/wallet-black.png",
                "dark": "icons\/wallet-white.png",
                "size": 64
            }
        ],
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api-prod.omnivore.app\/*"
    ]
}