Comet

Use the Comet Chrome extension to share articles and podcasts to Comet.

Cos'è Comet?

Comet è un'estensione di Chrome sviluppata da https://www.cometclub.today, e la sua funzione principale è "Use the Comet Chrome extension to share articles and podcasts to Comet.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Comet

Scarica i file di estensione Comet 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

                        With one-click, share articles, newsletters and podcasts with your friends, to Comet. Comet’s Chrome extension is the fastest way to share to your Comet profile. Email us at [email protected] to join the Comet private beta.

SHARE CONTENT EASILY
- Click the Comet button in the toolbar

WHAT IS COMET?
- Subscribed to 15 newsletters that now just stay unread in your inbox? Decided to listen to a podcast but just spent 20 minutes figuring out which one? Always find a million article tabs open on your laptop, but overwhelmed in deciding what to read?

Comet is for you. Find the best content, based on what your friends and other smart people are reading. Email us at [email protected] to join the Comet private beta.                    

Informazioni di Base sull'Estensione

Nome Comet Comet
ID hpaiapkgaofoiacjaonicnjekealpdco
URL Ufficiale https://chromewebstore.google.com/detail/comet/hpaiapkgaofoiacjaonicnjekealpdco
Descrizione Use the Comet Chrome extension to share articles and podcasts to Comet.
Dimensione del File 153 KB
Conteggio Installazioni 24
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-10-01
Data di Pubblicazione 2020-10-01
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://www.cometclub.today
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.cometclub.today/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comet",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Use the Comet Chrome extension to share articles and podcasts to Comet.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*.cometclub.today\/*"
    ]
}