My Extensions
Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new reviews, ratings and more!
Τι είναι το My Extensions;
Το My Extensions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον George Papadakis, και η κύρια λειτουργία του είναι "Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new reviews, ratings and more!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My Extensions
Λήψη αρχείων επέκτασης My Extensions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
MyExtensions on GitHub: https://github.com/phaistonian/MyExtensions ---------------------------------------------------------------------------------------------------------- No more frequent visits to your Extensions Dashboard! This extension provides an automatically updated overview of your Chrome extensions (and themes). Features: - Add (or find) your extensions (or themes) from the options page. - Reports: Rankings (popularity + ranking), users, installs, ratings, comments. - Displays ranking break down, latest comment for every extension. - Manually update report from popup. - Display rank graphs. - Displays "NEW" sign when an extension is update the last 12 hours. - Badge + desktop notifications (customizable) when new comments and ratings are posted. - Direct links to your extensions (view & edit) and your dashboard. - Display number of total extensions in Gallery. - Direct link to chrome://extensions/ - SHIFT+CLICK on the extension's link will download the extension. - Configurable update interval. - Sortable columns. - Reports if an extension is featured in the Gallery. - Compact view (options) Latest changes: - Added desktop notification support for comments. - Added option to ignore comments from a handle (username). Known issues: - Number of comments may be incorrect in times, since Google is applying some sort of caching.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | igejgfmbjjjjplnnlgnbejpkpdajkblm |
Επίσημο URL | https://chrome.google.com/webstore/detail/my-extensions/igejgfmbjjjjplnnlgnbejpkpdajkblm |
Περιγραφή | Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new reviews, ratings and more! |
Μέγεθος Αρχείου | 98.96 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 0.9.6.6 |
Τελευταία Ενημέρωση | 2017-10-16 |
Ημερομηνία Δημοσίευσης | 2017-10-16 |
Αξιολόγηση | 4.55/5 Συνολικά 459 Αξιολογήσεις |
Προγραμματιστής | George Papadakis |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.bestprice.gr/assistant/terms |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Extensions", "version": "0.9.6.6", "description": "Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new reviews, ratings and more!", "background": { "scripts": [ "js\/core-lite.js", "js\/jquery-3.1.1.min.js", "js\/js.js", "js\/background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/19.png", "default_title": "My Extensions", "default_popup": "popup.html" }, "icons": { "19": "icons\/19.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "permissions": [ "tabs", "bookmarks", "notifications", "https:\/\/chrome.google.com\/*", "http:\/\/chrome.dev.pathfinder.gr\/*", "http:\/\/chrome.pathfinder.gr\/*", "https:\/\/clients2.google.com\/*" ], "manifest_version": 2, "minimum_chrome_version": "18" } |