Hintarea demo
Try Hintarea's hints service directly on any website without registration and real hints installation.
O que é Hintarea demo?
Hintarea demo é uma extensão do Chrome desenvolvida por https://hintarea.com, e sua principal característica é "Try Hintarea's hints service directly on any website without registration and real hints installation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hintarea demo
Baixe arquivos de extensão Hintarea demo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Это дополнение дает возможность подключить подсказки сервиса "Hintarea.com" в демонстрационном режиме на любом сайте и оценить их работу. Не нужно регистрироваться или выполнять других действий. Подсказки будут видны только вам и только в вашем браузере. Они не затрагивают работу сайта и то, как он отображается другим пользователям.
Informações Básicas da Extensão
Nome | Hintarea demo |
ID | dbnkkhkkljmhdkhndcaciiigolmicmfk |
URL Oficial | https://chromewebstore.google.com/detail/hintarea-demo/dbnkkhkkljmhdkhndcaciiigolmicmfk |
Descrição | Try Hintarea's hints service directly on any website without registration and real hints installation. |
Tamanho do Arquivo | 53.33 KB |
Contagem de Instalações | 32 |
Versão Atual | 3.1.1 |
Última Atualização | 2014-06-13 |
Data de Publicação | 2014-06-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://hintarea.com |
Tipo de Pagamento | free |
Site da Extensão | http://hintarea.com/browser_extension |
URL da Página de Ajuda | http://hintarea.com/browser_extension |
Idiomas Suportados | 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" } |