Effort Poster
Helps compile effort posts from reddit comment threads.
Τι είναι το Effort Poster;
Το Effort Poster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tehbieber, και η κύρια λειτουργία του είναι "Helps compile effort posts from reddit comment threads.".
Λήψη αρχείου CRX της επέκτασης Effort Poster
Λήψη αρχείων επέκτασης Effort Poster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Makes the effort-posting process just a little less tedious. Once you add the extension, it will modify reddit comment pages as follows: - In the options buttons below each comment, you'll now find an "add to effort post" button. If you click it, the comment is added to your effort-post-in-progress for that post. The button will then change to "remove from effort post," and you can click it to remove the comment. - In the title options buttons, you'll now find "clear effort post" and "show effort post" buttons. Clicking "clear effort post" removes all previously selected comments. Clicking "show effort post" pops up a window with code you can copy/paste for the template of your effort post. Effort Poster automatically saves your work as you go along, so if you close or reload the window your progress will not be lost. If you do want to start over from scratch, just click the "clear effort post" button.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hilncfcmegndapekkjhcfejhllkhhikc |
Επίσημο URL | https://chrome.google.com/webstore/detail/effort-poster/hilncfcmegndapekkjhcfejhllkhhikc |
Περιγραφή | Helps compile effort posts from reddit comment threads. |
Μέγεθος Αρχείου | 21.38 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2014-01-05 |
Ημερομηνία Δημοσίευσης | 2014-01-05 |
Αξιολόγηση | 3.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | tehbieber |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Effort Poster", "version": "0.1.1", "description": "Helps compile effort posts from reddit comment threads.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*\/comments\/*", "https:\/\/*.reddit.com\/*\/comments\/*" ], "js": [ "effortposter.js" ], "css": [ "output.css" ] } ], "web_accessible_resources": [ "bg.png" ] } |