Pulltherope - Simple reminders

Pulltherope - Simple Reminders and todos app for your browser.

Cos'è Pulltherope - Simple reminders?

Pulltherope - Simple reminders è un'estensione di Chrome sviluppata da https://pulltherope.app, e la sua funzione principale è "Pulltherope - Simple Reminders and todos app for your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pulltherope - Simple reminders

Scarica i file di estensione Pulltherope - Simple reminders 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

                        Quick simple reminders for Chrome. Simply drag the 'Rope' to set a reminder. Always see your reminders in the newtab page.

Note that Pull the rope needs a PAID KEY from Gumroad to work. Get your from:
shash7.gumroad.com/l/pulltherope

Note that this extension overrides your newtab page so you can see your reminders whenever you open a new tab.

------------ Reviews ------------
“I love the interaction design of this app!”
- Eddie Wong - Independent Artist(via email)

"Typography, gradient, shot, camera angle – delightful m8"
- BacaJody(via Reddit)

------------ More ------------
For feedback and inquiries, contact me at [email protected]

Read more at:
https://pulltherope.app                    

Informazioni di Base sull'Estensione

Nome Pulltherope - Simple reminders Pulltherope - Simple reminders
ID depmmnedlopceinmlplkkannifohhblj
URL Ufficiale https://chromewebstore.google.com/detail/pulltherope-simple-remind/depmmnedlopceinmlplkkannifohhblj
Descrizione Pulltherope - Simple Reminders and todos app for your browser.
Dimensione del File 2.77 MB
Conteggio Installazioni 25
Versione Corrente 0.9.6
Ultimo Aggiornamento 2022-04-07
Data di Pubblicazione 2022-03-28
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://pulltherope.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pulltherope.app
URL della Pagina di Aiuto https://pulltherope.app/contact
URL della Pagina della Politica sulla Privacy https://underlineme.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.6",
    "manifest_version": 3,
    "name": "Pulltherope - Simple reminders",
    "homepage_url": "https:\/\/pulltherope.app",
    "description": "Pulltherope - Simple Reminders and todos app for your browser.",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https:\/\/api-pulltherope-app.onrender.com"
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    }
}