Pulltherope - Simple reminders

Pulltherope - Simple Reminders and todos app for your browser.

Pulltherope - Simple reminders क्या है?

Pulltherope - Simple reminders https://pulltherope.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pulltherope - Simple Reminders and todos app for your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pulltherope - Simple reminders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Pulltherope - Simple reminders Pulltherope - Simple reminders
ID depmmnedlopceinmlplkkannifohhblj
आधिकारिक URL https://chromewebstore.google.com/detail/pulltherope-simple-remind/depmmnedlopceinmlplkkannifohhblj
विवरण Pulltherope - Simple Reminders and todos app for your browser.
फ़ाइल का आकार 2.77 MB
स्थापना संख्या 25
वर्तमान संस्करण 0.9.6
अंतिम अपडेट 2022-04-07
प्रकाशन तिथि 2022-03-28
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://pulltherope.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pulltherope.app
सहायता पृष्ठ URL https://pulltherope.app/contact
गोपनीयता नीति पृष्ठ URL https://underlineme.com/privacy-policy
समर्थित भाषाएँ 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"
    }
}