Posted To Reddit Or Not?
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Τι είναι το Posted To Reddit Or Not?;
Το Posted To Reddit Or Not? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον john.horner, και η κύρια λειτουργία του είναι "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Posted To Reddit Or Not?
Λήψη αρχείων επέκτασης Posted To Reddit Or Not? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully. Version 0.5: some columns sortable.. Version 0.4: fixed date bug, internal improvements. Version 0.3: improved icons, reduced permissions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
Επίσημο URL | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Περιγραφή | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Μέγεθος Αρχείου | 24.01 KB |
Αριθμός Εγκαταστάσεων | 64 |
Τρέχουσα Έκδοση | 0.5 |
Τελευταία Ενημέρωση | 2016-11-08 |
Ημερομηνία Δημοσίευσης | 2016-11-08 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | john.horner |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://johnhorner.info/posted-to-reddit-or-not/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://johnhorner.info/posted-to-reddit-or-not/ |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "short_name": "postedToRedditOrNot", "name": "Posted To Reddit Or Not?", "version": "0.5", "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |