Upnext
An all-in-one tool for well organized lists of articles, videos, music & more
Upnext क्या है?
Upnext https://getupnext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An all-in-one tool for well organized lists of articles, videos, music & more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Upnext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Upnext is a premium reader with superpowers. - Save anything for later - Actually get to it - Focus and add annotations - Share what you learned Upnext lets you save articles, podcasts, newsletters, tweets, threads and videos in a single library. Then actually get to it with our triage tools and filters, focus on your content and share what you learned. * Upnext requires a subscription, and is currently available for web and iOS. ––– "quick shoutout to @getupnext - a beautiful app that helps you categorize, search, annotate and suggest long-form goodreads (& podcasts & video...). i've beta tested it for over a year and it's the only read-it-later app that's stuck with me." – @swyx "Upnext is my eyes. As soon as I find interesting articles: Click the articles → Save to Upnext. Every time I read an essay and see interesting info, I highlight it & add tags. The minimalist interface helps me get focus and read for hours." – Eliot Couvat "There’s an amazing new generation of products sprouting up - built for the end-user, with no growth pressure from venture - and they’re just *better*. I’ve completely stopped using Asana & Pocket, been using Sunsama & Upnext for half a year now, with no plans to go back." – Kanjun Qiu
एक्सटेंशन की मूल जानकारी
नाम | Upnext |
ID | hjgngigpjehgifcepdhlnnikibmgeflc |
आधिकारिक URL | https://chromewebstore.google.com/detail/upnext/hjgngigpjehgifcepdhlnnikibmgeflc |
विवरण | An all-in-one tool for well organized lists of articles, videos, music & more |
फ़ाइल का आकार | 2.38 MB |
स्थापना संख्या | 1,415 |
वर्तमान संस्करण | 7.8.4 |
अंतिम अपडेट | 2023-03-30 |
प्रकाशन तिथि | 2022-02-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://getupnext.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.getupnext.com |
गोपनीयता नीति पृष्ठ URL | https://www.getupnext.com/legal/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "7.8.4", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "minimum_chrome_version": "68", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": ".\/assets\/icons\/16x16.png", "48": ".\/assets\/icons\/48x48.png", "128": ".\/assets\/icons\/128x128.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": { "32": ".\/assets\/icons\/browser-action\/light-32.png", "64": ".\/assets\/icons\/browser-action\/light-64.png", "128": ".\/assets\/icons\/browser-action\/light-128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+U" } } }, "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com; object-src 'self'; connect-src https:\/\/o363824.ingest.sentry.io https:\/\/*.googleapis.com https:\/\/*.sentry.io https:\/\/*.intercom.io wss:\/\/*.intercom.io https:\/\/api.segment.io https:\/\/*.segment.com 'self';", "permissions": [ "contextMenus", "activeTab", "storage", "notifications", "https:\/\/welcome.upnext.in\/*" ], "options_ui": { "page": "settings.html", "open_in_tab": true }, "externally_connectable": { "matches": [ "*:\/\/*.getupnext.com\/*", "*:\/\/*.upnext.in\/*" ] }, "web_accessible_resources": [ "assets\/fonts\/*", "assets\/video\/*", "assets\/images\/*", "onboarding.html", "content.html" ], "optional_permissions": [ "tabs" ] } |