Crazyones New Tab
Open a new tab and get motivated by your favorite entrepreneurs & productivity books
Crazyones New Tab क्या है?
Crazyones New Tab zeonjune द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a new tab and get motivated by your favorite entrepreneurs & productivity books"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crazyones New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get advice from legendary entrepreneurs! Get motivated by popular books! When you open a new tab, Crazyones New Tab will bring many different quotes from legendary entrepreneurs. You can also gain wisdom by reading key passages in the books. Now you are inspired by wise words just to open it. And it keeps reminding you not to forget the essential values and great dreams that are really important. Input your new goals and get a constant reminder when you open a new tab! It can improve your productivity. Crazyones New Tab was created to help you do great things. (#1. The title ‘Crazyones’ is derived from Steve Jobs' emphasis on founders, "Be Crazy Ones.") (#2. Simple put, Crazyones New Tab is the Momentum (extension) for those who want to grow up.)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | noacokcfnplaajfaajhfcnmniehoddcd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/crazyones-new-tab/noacokcfnplaajfaajhfcnmniehoddcd |
विवरण | Open a new tab and get motivated by your favorite entrepreneurs & productivity books |
फ़ाइल का आकार | 93.02 MB |
स्थापना संख्या | 753 |
वर्तमान संस्करण | 2.0.7 |
अंतिम अपडेट | 2021-04-19 |
प्रकाशन तिथि | 2021-01-26 |
रेटिंग | 5.00/5 कुल 38 रेटिंग्स |
डेवलपर | zeonjune |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crazyones New Tab", "description": "Open a new tab and get motivated by your favorite entrepreneurs & productivity books", "default_locale": "en", "version": "2.0.7", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "blackicon2128.png" }, "permissions": [ "identity" ], "oauth2": { "client_id": "1076289688001-m6jame141t02stfkbl66tton6dogkvr3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "icons": { "16": "blackicon216.png", "48": "blackicon248.png", "128": "blackicon2128.png" }, "background": { "scripts": [ "chromeReact.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-dgx1l\/eAcaqKK2HcYUVMEonyLpULlQcGUybp0E9S4OM=' https:\/\/www.firestore.googleapis.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/apis.google.com; object-src 'self'" } |