Pulltherope - Simple reminders
Pulltherope - Simple Reminders and todos app for your browser.
什么是Pulltherope - Simple reminders?
Pulltherope - Simple reminders是由https://pulltherope.app开发的Chrome扩展程序,该扩展的主要功能是“Pulltherope - Simple Reminders and todos app for your browser.”。
扩展截图
下载Pulltherope - Simple reminders扩展crx文件
下载Pulltherope - Simple reminders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |