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 |
| Eメール | [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"
}
} | |