Listory

Collect, curate and share the best of the web.

Cos'è Listory?

Listory è un'estensione di Chrome sviluppata da Listory, e la sua funzione principale è "Collect, curate and share the best of the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Listory

Scarica i file di estensione Listory in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Listory Listory
ID ceongpfdcochefkifkdhikececdfnblf
URL Ufficiale https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf
Descrizione Collect, curate and share the best of the web.
Dimensione del File 73.04 KB
Conteggio Installazioni 284
Versione Corrente 1.8.2
Ultimo Aggiornamento 2020-09-29
Data di Pubblicazione 2020-03-13
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore Listory
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.listory.com
URL della Pagina di Aiuto https://listory.useresponse.com/
URL della Pagina della Politica sulla Privacy https://www.listory.com/en/privacy
Lingue Supportate 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"
            }
        }
    }
}