Max Site Info
Instant access to the info and realated links to the one you are browsing!
Vad är Max Site Info?
Max Site Info är en Chrome-tillägg utvecklad av maxc, och dess huvudfunktion är "Instant access to the info and realated links to the one you are browsing!".
Tilläggsskärmbilder
Ladda ner Max Site Info-förlängningens CRX-fil
Ladda ner Max Site Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ...
Grundläggande Information om Tillägg
Namn | Max Site Info |
ID | fkfglagacpnlfbbmlhlhacgfolhgnlbh |
Officiell webbadress | https://chromewebstore.google.com/detail/max-site-info/fkfglagacpnlfbbmlhlhacgfolhgnlbh |
Beskrivning | Instant access to the info and realated links to the one you are browsing! |
Filstorlek | 74.62 KB |
Antal Installationer | 181 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2012-10-06 |
Publiceringsdatum | 2012-10-06 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | maxc |
Betalningssätt | free |
Tilläggswebbplats | http://cherevko.com/maxinfo.html |
Stödda Språk | 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" } |