Pesto aioli
An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
Pesto aioli क्या है?
Pesto aioli pink nautilus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pesto aioli एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Designed for students with ADHD or your standard procrastinator, this extension will catch you when you open a new tab to navigate away from your current project and remind you of what you have to do. There is also an aesthetic interactive particle background that enables users to play around and kill some time while they ponder their responsibilities. To customize links, press the "[+]" at the bottom of the screen. "website" will redirect to github repo
एक्सटेंशन की मूल जानकारी
नाम | |
ID | baalpccnhigkkjhdaacgbkfopdcpbemp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp |
विवरण | An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles |
फ़ाइल का आकार | 623 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2019-11-14 |
प्रकाशन तिथि | 2019-11-14 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | pink nautilus |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/simonmahns/newtab |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pesto aioli", "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles", "version": "0.1.5", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "100": "icon100.png", "128": "icon128.png" } }, "icons": { "16": "favicon.ico", "48": "favicon.ico", "128": "favicon.ico" }, "permissions": [ "storage" ] } |