Max Site Info
Instant access to the info and realated links to the one you are browsing!
Qu'est-ce que Max Site Info ?
Max Site Info est une extension Chrome développée par maxc, et sa fonction principale est "Instant access to the info and realated links to the one you are browsing!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Max Site Info
Téléchargez les fichiers d'extension Max Site Info 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
The Max Site Info - analytics tool for webmasters The Extension provides easy access to Google Page Rank, Alexa rank, Alexa Six month Traffic Trend, Related Links, Google Trends, Google AdPlanner, Who Is, robots.txt, sitemap.xml and more ...
Informations de Base sur l'Extension
Nom | Max Site Info |
ID | fkfglagacpnlfbbmlhlhacgfolhgnlbh |
URL Officiel | https://chromewebstore.google.com/detail/max-site-info/fkfglagacpnlfbbmlhlhacgfolhgnlbh |
Description | Instant access to the info and realated links to the one you are browsing! |
Taille du Fichier | 74.62 KB |
Nombre d'Installations | 181 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2012-10-06 |
Date de Publication | 2012-10-06 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | maxc |
Type de Paiement | free |
Site Web de l'Extension | http://cherevko.com/maxinfo.html |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon24.png", "default_title": "__MSG_max_default_title__", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Instant access to the info and realated links to the one you are browsing!", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "manifest_version": 2, "name": "Max Site Info", "permissions": [ "tabs", "http:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |