Coder Quotes
Programming quotes will shows when you open every new tab in chrome
Coder Quotes क्या है?
Coder Quotes http://ajithvgiri.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Programming quotes will shows when you open every new tab in chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coder Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing Coder Quotes - . Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. Coder quotes is your online library for programmer quotes.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nebgecgefmfhhagfljmmjegmafkdihne |
आधिकारिक URL | https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne |
विवरण | Programming quotes will shows when you open every new tab in chrome |
फ़ाइल का आकार | 17.55 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2018-11-17 |
प्रकाशन तिथि | 2018-11-17 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | http://ajithvgiri.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ajithvgiri/coder_quotes |
सहायता पृष्ठ URL | https://github.com/ajithvgiri/coder_quotes |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder Quotes", "short_name": "coder quotes", "description": "Programming quotes will shows when you open every new tab in chrome", "version": "1.3", "author": "Ajith v Giri", "browser_action": { "default_title": "New Tab" }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ] } |