Hintarea demo
Try Hintarea's hints service directly on any website without registration and real hints installation.
Cos'è Hintarea demo?
Hintarea demo è un'estensione di Chrome sviluppata da https://hintarea.com, e la sua funzione principale è "Try Hintarea's hints service directly on any website without registration and real hints installation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hintarea demo
Scarica i file di estensione Hintarea demo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Это дополнение дает возможность подключить подсказки сервиса "Hintarea.com" в демонстрационном режиме на любом сайте и оценить их работу.
Не нужно регистрироваться или выполнять других действий.
Подсказки будут видны только вам и только в вашем браузере. Они не затрагивают работу сайта и то, как он отображается другим пользователям.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | dbnkkhkkljmhdkhndcaciiigolmicmfk | 
| URL Ufficiale | https://chromewebstore.google.com/detail/hintarea-demo/dbnkkhkkljmhdkhndcaciiigolmicmfk | 
| Descrizione | Try Hintarea's hints service directly on any website without registration and real hints installation. | 
| Dimensione del File | 53.33 KB | 
| Conteggio Installazioni | 32 | 
| Versione Corrente | 3.1.1 | 
| Ultimo Aggiornamento | 2014-06-13 | 
| Data di Pubblicazione | 2014-06-13 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | https://hintarea.com | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://hintarea.com/browser_extension | 
| URL della Pagina di Aiuto | http://hintarea.com/browser_extension | 
| Lingue Supportate | 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"
} | |