Wordpress Stats
Show Wordpress hits
Τι είναι το Wordpress Stats;
Το Wordpress Stats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zirconet.wordpress.com, και η κύρια λειτουργία του είναι "Show Wordpress hits".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Wordpress Stats
Λήψη αρχείων επέκτασης Wordpress Stats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
# Wordpress Realtime Visit Counter (WP Stats) Check easily who visit your Wordpress.com blog! A Google Chrome Extention showing in toolbar icon how many visitors on owned Wordpress.com site using HTTPRequest to service at https://stats.wordpress.com/csv.php?api_key= ecc... Need complete http site address (e.g. http://myblog.wordpress.com) and Akismet API key (e.g. 89323243s85b). WP STATS extensions is designed to not save any sensitive data outside the local platform. All the necessary sensitive data to this extension works are stored in the local storage according to the guidelines of Google Chrome. If you like it, please vote it! ##Changelog## ver. 1.6.96 - "tabs" permission erased as new google policy ver. 1.6.95 - Some visual arrangements in Popup Options; - Add the "password" parameter to hide Akismet API Key in form field; - Erased "Material button" because it has become useless; - Changed API Key page instruction phrase; - Improved API Key page injected button css file. ver. 1.6.9 - To solve counter label wrong view, it has been implemented a shortcut button in options to easily enable/disable Material Design on Chrome top bar. ver. 1.6.8 - Improved Initial Page with new function to retrieve easily the Akismet API code. ver. 1.6.5 - Implemented unistall survey. ver. 1.6.4 - Implemented notification for update advice with info about new version and a link to changelog. ver. 1.6.3 - Now title tooltip contains the counting of views: this addition is necessary to solve the Chrome bug in the latest version in some cases it makes unreadable the value shown in the badge. ver. 1.6.2 - SPECIAL 100 USERS EDITION! - STATS POPUP: applied new icons navigation; - settled CREDENTIAL POPUP; - new badge colors: Light Grey, Dark Grey, Black; - darkened the red label background to increase readability; - fixed all reported bugs. ver. 1.6.1 - renewed STATS POPUP (now accessible simply clicking WP STATS icon); - fixed all reported bugs. ver. 1.5.9 - implemented MORE STATISTIC popup showing current best posts and their views; - new background image. ver. 1.5.8 - you can now set in Option total counter range (daily, weekly, monthly); - arranged new option.html page; - implemented detection Chrome extension first run / update; - created update.html page; - check delay now is every 180 sec. ver. 1.5.7 - now it is possible set in Option label color (red, blue, purple, green, yellow, orange). ver. 1.5.6 - changed label color in blue. ver. 1.5.0 - add popup; - autorun Option when install; - instant check saving setting; - instant check at the start. ver. 1.1.0 - add Option Popup; - add blink notification; - check delay 60s. ver. 1.0.0 - extention complete.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Wordpress Stats |
ID | jcdnefhhiabcloefaejmgdihedgdeplg |
Επίσημο URL | https://chromewebstore.google.com/detail/wordpress-stats/jcdnefhhiabcloefaejmgdihedgdeplg |
Περιγραφή | Show Wordpress hits |
Μέγεθος Αρχείου | 305 KB |
Αριθμός Εγκαταστάσεων | 802 |
Τρέχουσα Έκδοση | 1.6.96 |
Τελευταία Ενημέρωση | 2022-05-20 |
Ημερομηνία Δημοσίευσης | 2017-06-20 |
Αξιολόγηση | 4.00/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | https://zirconet.wordpress.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://goo.gl/1tILgR |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordpress Stats", "short_name": "WP Stats", "author": "Zirconet", "description": "Show Wordpress hits", "version": "1.6.96", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "img\/wp-logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/apikey.wordpress.com\/" ], "css": [ "js\/inject.css" ], "js": [ "js\/inject.js" ] } ], "permissions": [ "storage", "https:\/\/stats.wordpress.com\/*\/", "https:\/\/wordpress.com\/stats\/*\/", "https:\/\/apikey.wordpress.com\/", "http:\/\/cittadinoimperfetto.altervista.org\/WP_Stats\/*\/", "notifications" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |