Doodle Search - for Google Images™

Search Google Images™ by drawing doodles. Can Google guess correctly what you meant to draw?

Hvad er Doodle Search - for Google Images™?

Doodle Search - for Google Images™ er en Chrome-udvidelse udviklet af neea.dev, og dens hovedfunktion er "Search Google Images™ by drawing doodles. Can Google guess correctly what you meant to draw?".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Doodle Search - for Google Images™-udvidelses-CRX-fil

Download Doodle Search - for Google Images™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension adds a sketchpad to Google Image search. Doodle with mouse or touch.
 
This extension does not guarantee accurate search results. In fact it is horrible at finding the correct images that match your drawing. Your experience may be better if you actually know how to draw. And sometimes you just get lucky.

It is a lot of fun to draw something and see how Google interprets the doodle.                    

Grundlæggende oplysninger om udvidelsen

Navn Doodle Search - for Google Images™ Doodle Search - for Google Images™
ID hkdnokkapkcmjhmbobdggmdhbocokafc
Officiel URL https://chromewebstore.google.com/detail/doodle-search-for-google/hkdnokkapkcmjhmbobdggmdhbocokafc
Beskrivelse Search Google Images™ by drawing doodles. Can Google guess correctly what you meant to draw?
Filstørrelse 63.53 KB
Antal Installationer 8,162
Nuværende Version 1.1.6
Senest Opdateret 2019-04-07
Udgivelsesdato 2019-04-06
Bedømmelse 3.63/5 Samlet 16 Bedømmelser
Udvikler neea.dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.sneeak.com/doodle-search
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.6",
    "version_name": "1.1.6",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "31",
    "incognito": "not_allowed",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/hkdnokkapkcmjhmbobdggmdhbocokafc",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "system.display"
    ],
    "icons": {
        "36": "icons\/36x36.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png"
        },
        "default_title": "__MSG_shortName__"
    },
    "web_accessible_resources": [
        "*.svg",
        "*.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "include_globs": [
                "https:\/\/*\/search?*tbm=isch*",
                "https:\/\/*\/imghp*",
                "https:\/\/*\/search?*tbs=sbi*"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.dk\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.google.co.il\/*",
                "https:\/\/www.google.com.ar\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.ca\/*",
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com.tr\/*",
                "https:\/\/www.google.tk\/*",
                "https:\/\/www.google.pl\/*",
                "https:\/\/www.google.ac\/*",
                "https:\/\/www.google.pt\/*",
                "https:\/\/www.google.com.mx\/*",
                "https:\/\/www.google.com.pk\/*",
                "https:\/\/www.google.co.ve\/*",
                "https:\/\/www.google.cn\/*",
                "https:\/\/www.google.lu\/*",
                "https:\/\/www.google.com.vn\/*",
                "https:\/\/www.google.com.co\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.com.af\/*",
                "https:\/\/www.google.com.bd\/*",
                "https:\/\/www.google.com.ph\/*",
                "https:\/\/www.google.com.sa\/*",
                "https:\/\/www.google.ro\/*",
                "https:\/\/www.google.co.ao\/*",
                "https:\/\/www.google.cl\/*",
                "https:\/\/www.google.co.bw\/*",
                "https:\/\/www.google.rs\/*",
                "https:\/\/www.google.dz\/*",
                "https:\/\/www.google.am\/*",
                "https:\/\/www.google.tn\/*",
                "https:\/\/www.google.co.zw\/*",
                "https:\/\/www.google.co.zm\/*",
                "https:\/\/www.google.vu\/*",
                "https:\/\/www.google.co.uz\/*",
                "https:\/\/www.google.com.uy\/*",
                "https:\/\/www.google.co.vi\/*",
                "https:\/\/www.google.us\/*",
                "https:\/\/www.google.ae\/*",
                "https:\/\/www.google.com.ua\/*",
                "https:\/\/www.google.co.ug\/*",
                "https:\/\/www.google.tm\/*",
                "https:\/\/www.google.tt\/*",
                "https:\/\/www.google.to\/*",
                "https:\/\/www.google.tg\/*",
                "https:\/\/www.google.tl\/*",
                "https:\/\/www.google.co.th\/*",
                "https:\/\/www.google.co.tz\/*",
                "https:\/\/www.google.com.tj\/*",
                "https:\/\/www.google.com.tw\/*",
                "https:\/\/www.google.st\/*",
                "https:\/\/www.google.ch\/*",
                "https:\/\/www.google.se\/*",
                "https:\/\/www.google.sr\/*",
                "https:\/\/www.google.lk\/*",
                "https:\/\/www.google.co.kr\/*",
                "https:\/\/www.google.co.za\/*",
                "https:\/\/www.google.so\/*",
                "https:\/\/www.google.com.sb\/*",
                "https:\/\/www.google.si\/*",
                "https:\/\/www.google.sk\/*",
                "https:\/\/www.google.com.sg\/*",
                "https:\/\/www.google.com.sl\/*",
                "https:\/\/www.google.sc\/*",
                "https:\/\/www.google.sn\/*",
                "https:\/\/www.google.sm\/*",
                "https:\/\/www.google.ws\/*",
                "https:\/\/www.google.com.vc\/*",
                "https:\/\/www.google.sh\/*",
                "https:\/\/www.google.rw\/*",
                "https:\/\/www.google.ru\/*",
                "https:\/\/www.google.cg\/*",
                "https:\/\/www.google.com.qa\/*",
                "https:\/\/www.google.com.pr\/*",
                "https:\/\/www.google.pn\/*",
                "https:\/\/www.google.com.pe\/*",
                "https:\/\/www.google.com.py\/*",
                "https:\/\/www.google.com.pg\/*",
                "https:\/\/www.google.com.pa\/*",
                "https:\/\/www.google.ps\/*",
                "https:\/\/www.google.com.om\/*",
                "https:\/\/www.google.no\/*",
                "https:\/\/www.google.nu\/*",
                "https:\/\/www.google.com.ng\/*",
                "https:\/\/www.google.ne\/*",
                "https:\/\/www.google.com.ni\/*",
                "https:\/\/www.google.co.nz\/*",
                "https:\/\/www.google.com.np\/*",
                "https:\/\/www.google.nr\/*",
                "https:\/\/www.google.com.na\/*",
                "https:\/\/www.google.com.mm\/*",
                "https:\/\/www.google.co.mz\/*",
                "https:\/\/www.google.co.ma\/*",
                "https:\/\/www.google.ms\/*",
                "https:\/\/www.google.me\/*",
                "https:\/\/www.google.mn\/*",
                "https:\/\/www.google.md\/*",
                "https:\/\/www.google.mu\/*",
                "https:\/\/www.google.com.mt\/*",
                "https:\/\/www.google.ml\/*",
                "https:\/\/www.google.mv\/*",
                "https:\/\/www.google.com.my\/*",
                "https:\/\/www.google.mw\/*",
                "https:\/\/www.google.mg\/*",
                "https:\/\/www.google.mk\/*",
                "https:\/\/www.google.lt\/*",
                "https:\/\/www.google.li\/*",
                "https:\/\/www.google.com.ly\/*",
                "https:\/\/www.google.co.ls\/*",
                "https:\/\/www.google.com.lb\/*",
                "https:\/\/www.google.lv\/*",
                "https:\/\/www.google.la\/*",
                "https:\/\/www.google.kg\/*",
                "https:\/\/www.google.com.kw\/*",
                "https:\/\/www.google.ki\/*",
                "https:\/\/www.google.co.ke\/*",
                "https:\/\/www.google.kz\/*",
                "https:\/\/www.google.jo\/*",
                "https:\/\/www.google.je\/*",
                "https:\/\/www.google.com.jm\/*",
                "https:\/\/www.google.ci\/*",
                "https:\/\/www.google.im\/*",
                "https:\/\/www.google.ie\/*",
                "https:\/\/www.google.iq\/*",
                "https:\/\/www.google.co.id\/*",
                "https:\/\/www.google.is\/*",
                "https:\/\/www.google.hu\/*",
                "https:\/\/www.google.com.hk\/*",
                "https:\/\/www.google.hn\/*",
                "https:\/\/www.google.ht\/*",
                "https:\/\/www.google.gy\/*",
                "https:\/\/www.google.gg\/*",
                "https:\/\/www.google.com.gt\/*",
                "https:\/\/www.google.gp\/*",
                "https:\/\/www.google.gl\/*",
                "https:\/\/www.google.gr\/*",
                "https:\/\/www.google.com.gi\/*",
                "https:\/\/www.google.com.gh\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.ge\/*",
                "https:\/\/www.google.gm\/*",
                "https:\/\/www.google.ga\/*",
                "https:\/\/www.google.gf\/*",
                "https:\/\/www.google.fi\/*",
                "https:\/\/www.google.com.fj\/*",
                "https:\/\/www.google.fm\/*",
                "https:\/\/www.google.eu\/*",
                "https:\/\/www.google.com.et\/*",
                "https:\/\/www.google.ee\/*",
                "https:\/\/www.google.com.sv\/*",
                "https:\/\/www.google.com.eg\/*",
                "https:\/\/www.google.com.ec\/*",
                "https:\/\/www.google.com.do\/*",
                "https:\/\/www.google.dm\/*",
                "https:\/\/www.google.dj\/*",
                "https:\/\/www.google.cd\/*",
                "https:\/\/www.google.cz\/*",
                "https:\/\/www.google.com.cy\/*",
                "https:\/\/www.google.com.cu\/*",
                "https:\/\/www.google.hr\/*",
                "https:\/\/www.google.co.cr\/*",
                "https:\/\/www.google.co.ck\/*",
                "https:\/\/www.google.co\/*",
                "https:\/\/www.google.cc\/*",
                "https:\/\/www.google.td\/*",
                "https:\/\/www.google.cf\/*",
                "https:\/\/www.google.cat\/*",
                "https:\/\/www.google.cv\/*",
                "https:\/\/www.google.cm\/*",
                "https:\/\/www.google.com.kh\/*",
                "https:\/\/www.google.bi\/*",
                "https:\/\/www.google.bf\/*",
                "https:\/\/www.google.bg\/*",
                "https:\/\/www.google.com.bn\/*",
                "https:\/\/www.google.vg\/*",
                "https:\/\/www.google.ba\/*",
                "https:\/\/www.google.com.bo\/*",
                "https:\/\/www.google.bt\/*",
                "https:\/\/www.google.bj\/*",
                "https:\/\/www.google.com.bz\/*",
                "https:\/\/www.google.be\/*",
                "https:\/\/www.google.com.bh\/*",
                "https:\/\/www.google.bs\/*",
                "https:\/\/www.google.az\/*",
                "https:\/\/www.google.at\/*",
                "https:\/\/www.google.com.au\/*",
                "https:\/\/www.google.com.ag\/*",
                "https:\/\/www.google.com.ai\/*",
                "https:\/\/www.google.ad\/*",
                "https:\/\/www.google.al\/*",
                "https:\/\/www.google.by\/*"
            ]
        }
    ]
}