Tumblr Reblog Comments
Get comments from reblogs.
Τι είναι το Tumblr Reblog Comments;
Το Tumblr Reblog Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον syerunkar, και η κύρια λειτουργία του είναι "Get comments from reblogs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tumblr Reblog Comments
Λήψη αρχείων επέκτασης Tumblr Reblog Comments σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to view comments added by rebloggers on any post in your dashboard. Just click on the new "reblog comments" text next to "notes" to see them. Note: It's still a bit glitchy from time to time. If something looks messed up, please try refreshing the page. I haven't been able to replicate the positioning and animations of the notes pop-up completely, so look forward to future updates :D Disclaimer: I'm not affiliated with Tumblr in any way or form.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tumblr Reblog Comments |
ID | mlchdachnipnhbnckjcjlbgpabnagabb |
Επίσημο URL | https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb |
Περιγραφή | Get comments from reblogs. |
Μέγεθος Αρχείου | 46.64 KB |
Αριθμός Εγκαταστάσεων | 73 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2014-07-17 |
Ημερομηνία Δημοσίευσης | 2014-07-17 |
Προγραμματιστής | syerunkar |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Reblog Comments", "description": "Get comments from reblogs.", "version": "0.0.2", "icons": { "128": "icon-128.png" }, "permissions": [ "https:\/\/www.tumblr.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "libs.js", "tumblr-reblog-comments.js" ] } ] } |