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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |