Hintarea demo
Try Hintarea's hints service directly on any website without registration and real hints installation.
Wat is Hintarea demo?
Hintarea demo is een Chrome-extensie ontwikkeld door https://hintarea.com, en de belangrijkste functie is "Try Hintarea's hints service directly on any website without registration and real hints installation.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hintarea demo
Download Hintarea demo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Это дополнение дает возможность подключить подсказки сервиса "Hintarea.com" в демонстрационном режиме на любом сайте и оценить их работу.
Не нужно регистрироваться или выполнять других действий.
Подсказки будут видны только вам и только в вашем браузере. Они не затрагивают работу сайта и то, как он отображается другим пользователям.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | dbnkkhkkljmhdkhndcaciiigolmicmfk | 
| Officiële URL | https://chromewebstore.google.com/detail/hintarea-demo/dbnkkhkkljmhdkhndcaciiigolmicmfk | 
| Beschrijving | Try Hintarea's hints service directly on any website without registration and real hints installation. | 
| Bestandsgrootte | 53.33 KB | 
| Aantal Installaties | 32 | 
| Huidige Versie | 3.1.1 | 
| Laatst Bijgewerkt | 2014-06-13 | 
| Publicatiedatum | 2014-06-13 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | https://hintarea.com | 
| Betalingswijze | free | 
| Extensiewebsite | http://hintarea.com/browser_extension | 
| Help Pagina-URL | http://hintarea.com/browser_extension | 
| Ondersteunde Talen | en,ru | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.1.1",
    "manifest_version": 2,
    "default_locale": "ru",
    "description": "__MSG_extDesc__",
    "homepage_url": "http:\/\/hintarea.com\/browser_extension",
    "browser_action": {
        "default_icon": "images\/button\/disabled.png"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "config\/connectionSettings.js",
                "includes\/base.js"
            ]
        }
    ],
    "offline_enabled": false,
    "minimum_chrome_version": "21.0.1180.89"
} | |