Hintarea demo
Try Hintarea's hints service directly on any website without registration and real hints installation.
Qu'est-ce que Hintarea demo ?
Hintarea demo est une extension Chrome développée par https://hintarea.com, et sa fonction principale est "Try Hintarea's hints service directly on any website without registration and real hints installation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hintarea demo
Téléchargez les fichiers d'extension Hintarea demo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Это дополнение дает возможность подключить подсказки сервиса "Hintarea.com" в демонстрационном режиме на любом сайте и оценить их работу. Не нужно регистрироваться или выполнять других действий. Подсказки будут видны только вам и только в вашем браузере. Они не затрагивают работу сайта и то, как он отображается другим пользователям.
Informations de Base sur l'Extension
Nom | Hintarea demo |
ID | dbnkkhkkljmhdkhndcaciiigolmicmfk |
URL Officiel | https://chromewebstore.google.com/detail/hintarea-demo/dbnkkhkkljmhdkhndcaciiigolmicmfk |
Description | Try Hintarea's hints service directly on any website without registration and real hints installation. |
Taille du Fichier | 53.33 KB |
Nombre d'Installations | 32 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2014-06-13 |
Date de Publication | 2014-06-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://hintarea.com |
Type de Paiement | free |
Site Web de l'Extension | http://hintarea.com/browser_extension |
URL de la Page d'Aide | http://hintarea.com/browser_extension |
Langues Prises en Charge | 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" } |