Pulltherope - Simple reminders

Pulltherope - Simple Reminders and todos app for your browser.

Qu'est-ce que Pulltherope - Simple reminders ?

Pulltherope - Simple reminders est une extension Chrome développée par https://pulltherope.app, et sa fonction principale est "Pulltherope - Simple Reminders and todos app for your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pulltherope - Simple reminders

Téléchargez les fichiers d'extension Pulltherope - Simple reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pulltherope - Simple reminders Pulltherope - Simple reminders
ID depmmnedlopceinmlplkkannifohhblj
URL Officiel https://chromewebstore.google.com/detail/pulltherope-simple-remind/depmmnedlopceinmlplkkannifohhblj
Description Pulltherope - Simple Reminders and todos app for your browser.
Taille du Fichier 2.77 MB
Nombre d'Installations 25
Version Actuelle 0.9.6
Dernière Mise à Jour 2022-04-07
Date de Publication 2022-03-28
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://pulltherope.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pulltherope.app
URL de la Page d'Aide https://pulltherope.app/contact
URL de la Page de Politique de Confidentialité https://underlineme.com/privacy-policy
Langues Prises en Charge 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"
    }
}