Fetch!

Fetch a dog, anytime, anywhere!

ما هو Fetch!؟

Fetch! هو إضافة Chrome تم تطويرها بواسطة Patrick Cullings، والميزة الرئيسية لها هي "Fetch a dog, anytime, anywhere!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Fetch!

قم بتنزيل ملفات الامتداد Fetch! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}