Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Quotable क्या है?
Quotable Quotable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays random user-uploaded quotes on each blank 'new tab' HTML page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quotable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.
एक्सटेंशन की मूल जानकारी
नाम | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
आधिकारिक URL | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
विवरण | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
फ़ाइल का आकार | 196 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2019-06-16 |
प्रकाशन तिथि | 2019-06-16 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Quotable |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://blueberriesafterdark.com/quotable-faq/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotable", "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.", "version": "1.3", "incognito": "split", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "quotable.html" }, "manifest_version": 2 } |