Listory

Collect, curate and share the best of the web.

Τι είναι το Listory;

Το Listory είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Listory, και η κύρια λειτουργία του είναι "Collect, curate and share the best of the web.".

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

screenshot
screenshot
screenshot

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

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

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

                        Listory is a place to where you can collect and curate into lists the things you are passionate about. These can be articles, videos, book reviews, podcasts, and essentially anything that has a URL. 

You can keep your lists to yourself, or share them with others. When you do share them, just imagine how delightful of an experience you’re creating for someone with similar interests!

We are still early on in our journey, and would love to get your feedback so we can improve Listory and make it the perfect place for content curation. Feel free to drop us a line at [email protected], or join our community at listory.useresponse.com.

The Listory team.                    

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

Όνομα Listory Listory
ID ceongpfdcochefkifkdhikececdfnblf
Επίσημο URL https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf
Περιγραφή Collect, curate and share the best of the web.
Μέγεθος Αρχείου 73.04 KB
Αριθμός Εγκαταστάσεων 284
Τρέχουσα Έκδοση 1.8.2
Τελευταία Ενημέρωση 2020-09-29
Ημερομηνία Δημοσίευσης 2020-03-13
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Listory
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.listory.com
Διεύθυνση URL της Σελίδας Βοήθειας https://listory.useresponse.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.listory.com/en/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listory",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Collect, curate and share the best of the web.",
    "homepage_url": "https:\/\/www.listory.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Listory"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}