Fetch!

Fetch a dog, anytime, anywhere!

Vad är Fetch!?

Fetch! är en Chrome-tillägg utvecklad av Patrick Cullings, och dess huvudfunktion är "Fetch a dog, anytime, anywhere!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Fetch!-förlängningens CRX-fil

Ladda ner Fetch!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        '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.                    

Grundläggande Information om Tillägg

Namn Fetch! Fetch!
ID jkanoaaphjgfmmlomnhplhnikdhehijg
Officiell webbadress https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg
Beskrivning Fetch a dog, anytime, anywhere!
Filstorlek 106 KB
Antal Installationer 51
Aktuell Version 0.0.0.3
Senast Uppdaterad 2018-02-25
Publiceringsdatum 2018-02-24
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Patrick Cullings
Betalningssätt free
Tilläggswebbplats https://github.com/pcullings/Fetch
Stödda Språk 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"
    ]
}