minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
minimal-new-tab क्या है?
minimal-new-tab durancristhian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "(FINISHED) Replacement of the new tab for Google Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में minimal-new-tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
(FINISHED) Replacement of the new tab for Google Chrome
Version 1.0:
- Deleted extra functionality and commented code
Versión 0.3:
- Added animate.css animations and daily quotes
Versión 0.2:
- ToDo list added at the right
Versión 0.1:
- Added centered day and hour एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | nljoaafhkenagpclofihfbfhkhddhdlk |
| आधिकारिक URL | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
| विवरण | (FINISHED) Replacement of the new tab for Google Chrome |
| फ़ाइल का आकार | 575 KB |
| स्थापना संख्या | 24 |
| वर्तमान संस्करण | 1.0 |
| अंतिम अपडेट | 2015-11-29 |
| प्रकाशन तिथि | 2015-11-29 |
| रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
| डेवलपर | durancristhian |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "minimal-new-tab",
"description": "(FINISHED) Replacement of the new tab for Google Chrome",
"version": "1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"icons": {
"16": "img\/icon-16.png",
"128": "img\/icon-128.png"
}
} | |