Cool SEO Tool 0.0.2.1
Simplify usual SEO tasks, onPage data, highlight semantic markup and extract links
Τι είναι το Cool SEO Tool 0.0.2.1;
Το Cool SEO Tool 0.0.2.1 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tirop, και η κύρια λειτουργία του είναι "Simplify usual SEO tasks, onPage data, highlight semantic markup and extract links".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cool SEO Tool 0.0.2.1
Λήψη αρχείων επέκτασης Cool SEO Tool 0.0.2.1 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cool SEO Tool ============= This is a Chrome extension that gives you some simple yet useful SEO utilities. Main features : =============== * Export SERP titles, métas & URLs in .csv * Export all links from current page to .csv file * Highlight On Page SEO data * Work with lists : combine, dedup, intesection, ... list of * URLs or keywords * Sitemap generator from list of URLs * Links to domain web services * On / Off CSS or images * Domain checkers : HTTPS, Whois, DNS > Export SERP ============== This feature can be quite useful if you set your search parameters to 100 results. You can then do a site: query like "site:site.com" and retrieve first 100 titles, URLs ans meta descriptions for that website. Or export the best 100 titles for any query. > Export all links from current page ==================================== Useful for getting all links from a hub page >Highlight On Page SEO data =========================== Title: content, length, warning if multiple titles Meta description : content, length, warning if multiple descriptions are founded Canonical : url, warning if multiple canonical are founded Headers : headers received from the server Robots Meta robots : content if present X-Robots-Tag : content if present Robots.txt : content if exist Content Number of words in page Number of words of article tag if present Hn tags tree Assets, speed & links Assets : total, number of images, number of CSS files, number of JavaScript files Speed : TTFB (Time To First Byte), DOM Content Loaded Event, Total time Links : number of links, number of internal links, number of external links, number of nofollow links, number of internal nofollow links, number of external nofollow links. Work with lists Combine, deduplicate, change case, intersection, ... Quite useful when working with lots of URLs or keywords >Sitemap generator =================== Input a list of URLs and you get your sitemap.xml Optionnaly you can also do an 404 check in order to avoid bad URLs Links to domain web services Direct links to Whois ans DNS Health services > On / Off CSS or images ========================= See what the current page looks without CSS formatting or images > Domain checkers ================== Test your HTTPS, get Whois info and check your DNS with external services
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hmkadofohchmamohhmfapoaibngnmoki |
Επίσημο URL | https://chrome.google.com/webstore/detail/cool-seo-tool-0021/hmkadofohchmamohhmfapoaibngnmoki |
Περιγραφή | Simplify usual SEO tasks, onPage data, highlight semantic markup and extract links |
Μέγεθος Αρχείου | 942 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 0.0.2.1 |
Τελευταία Ενημέρωση | 2017-07-08 |
Ημερομηνία Δημοσίευσης | 2017-07-08 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | tirop |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cool SEO Tool 0.0.2.1", "short_name": "Cool SEO Tool", "description": "Simplify usual SEO tasks, onPage data, highlight semantic markup and extract links", "default_locale": "en", "version": "0.0.2.1", "icons": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "48": "img\/icon-48.png", "32": "img\/icon-32.png", "16": "img\/icon-16.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "contentSettings", "storage", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "img\/icon-128.png", "default_popup": "menu.html", "default_title": "Cool SEO Tool 0.0.2.1" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |