New GFDA tab

A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/

New GFDA tab क्या है?

New GFDA tab Andreas Cederström द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New GFDA tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin replaces the default new tab with a random Good Fucking Design Advice.

All the advices, CSS and some JavaScript have been copied from http://goodfuckingdesignadvice.com/ and then modified to meet my needs.                    

एक्सटेंशन की मूल जानकारी

नाम New GFDA tab New GFDA tab
ID gbgjbabfffljcgcaeggipokmibddbjmg
आधिकारिक URL https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg
विवरण A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
फ़ाइल का आकार 157 KB
स्थापना संख्या 216
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2017-10-24
प्रकाशन तिथि 2017-10-23
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर Andreas Cederström
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://goodfuckingdesignadvice.com
सहायता पृष्ठ URL https://github.com/cederstrom/new-gfda-tab-for-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New GFDA tab",
    "short_name": "New GFDA tab",
    "description": "A new tab plugin which displays a random GFDA. More can be found at https:\/\/goodfuckingdesignadvice.com\/",
    "version": "1.0.4",
    "chrome_url_overrides": {
        "newtab": "gfda.html"
    },
    "icons": {
        "128": ".\/images\/logo.png"
    }
}