Fetch!

Fetch a dog, anytime, anywhere!

Fetch! क्या है?

Fetch! Patrick Cullings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fetch a dog, anytime, anywhere!"।

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

screenshot
screenshot
screenshot

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

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

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

                        'Fetch!' is a Chrome extension for everyone!  Stressed, sad, or even happy, 'Fetch!' has got your back.  On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser.  Get a dog from a random breed, or from one of the breeds offered in the dropdown.  Once you've had your fill, get back to your previous display by simply closing out of the image.

Note: Fetch! does not work in a "New Tab."  You must be in an actual webpage for Fetch! to function properly.                    

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

नाम Fetch! Fetch!
ID jkanoaaphjgfmmlomnhplhnikdhehijg
आधिकारिक URL https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg
विवरण Fetch a dog, anytime, anywhere!
फ़ाइल का आकार 106 KB
स्थापना संख्या 51
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2018-02-25
प्रकाशन तिथि 2018-02-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Patrick Cullings
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pcullings/Fetch
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fetch!",
    "description": "Fetch a dog, anytime, anywhere!",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "content\/dog-icon.png",
        "default_popup": "popup.html",
        "default_title": "Fetch!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}