Commons Tab

Beautiful free images from Wikimedia Commons for your boring chrome tabs

Commons Tab क्या है?

Commons Tab Stephen LaPorte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautiful free images from Wikimedia Commons for your boring chrome tabs"।

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

screenshot
screenshot

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

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

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

                        Each time you open a tab, it will load a nice big image from among the best photographs and art on Wikimedia Commons. The photographs are from featured categories, such as astronomy, architecture, birds, and a few cool diagrams. Enjoy!                    

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

नाम Commons Tab Commons Tab
ID afbiobjnggllnimnbhddficgaigcfmcp
आधिकारिक URL https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp
विवरण Beautiful free images from Wikimedia Commons for your boring chrome tabs
फ़ाइल का आकार 215 KB
स्थापना संख्या 85
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2016-03-19
प्रकाशन तिथि 2016-03-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Stephen LaPorte
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://hatnote.com
सहायता पृष्ठ URL https://github.com/slaporte/commons-tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commons Tab",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Beautiful free images from Wikimedia Commons for your boring chrome tabs",
    "homepage_url": "https:\/\/github.com\/slaporte\/commons-tab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery.js",
            "js\/vegas\/vegas.js",
            "src\/options_custom\/lib\/store.js",
            "js\/app.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/commons.wikimedia.org; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/commons.wikimedia.org\/*"
    ]
}