Hintarea demo
Try Hintarea's hints service directly on any website without registration and real hints installation.
What is Hintarea demo?
Hintarea demo is a Chrome extension developed by https://hintarea.com, and its main feature is "Try Hintarea's hints service directly on any website without registration and real hints installation.".
Extension Screenshots
Download Hintarea demo Extension CRX File
Download Hintarea demo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Это дополнение дает возможность подключить подсказки сервиса "Hintarea.com" в демонстрационном режиме на любом сайте и оценить их работу. Не нужно регистрироваться или выполнять других действий. Подсказки будут видны только вам и только в вашем браузере. Они не затрагивают работу сайта и то, как он отображается другим пользователям.
Extension Basic Information
Name | Hintarea demo |
ID | dbnkkhkkljmhdkhndcaciiigolmicmfk |
Official URL | https://chromewebstore.google.com/detail/hintarea-demo/dbnkkhkkljmhdkhndcaciiigolmicmfk |
Description | Try Hintarea's hints service directly on any website without registration and real hints installation. |
File Size | 53.33 KB |
Installation Count | 32 |
Current Version | 3.1.1 |
Last Updated | 2014-06-13 |
Publish Date | 2014-06-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://hintarea.com |
Payment Type | free |
Extension Website | http://hintarea.com/browser_extension |
Help Page URL | http://hintarea.com/browser_extension |
Supported Languages | 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" } |