Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
Τι είναι το Retwddit;
Το Retwddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gianluca Bobbio (aka cheese_maniac), και η κύρια λειτουργία του είναι "A button for Twitter to quickly copy in the correct format for Reddit".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Retwddit
Λήψη αρχείων επέκτασης Retwddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A button for Twitter to quickly copy in the correct format for Reddit. In the buttons section you will see the reddit button. Click it, and an alert will appear with this format: [FullName] TweetText Url. Just remember to cut the Url for the Url section. New tweets loaded will have a button too! Psst, if you want to contribute, I have a PayPal account with [email protected], and that would be great! thanks! :) You cand send your questions or recommendations to [email protected] So, happy use! and sorry for bad english!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | faahhamckjlbjomeojfbimmeflangelk |
Επίσημο URL | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
Περιγραφή | A button for Twitter to quickly copy in the correct format for Reddit |
Μέγεθος Αρχείου | 73.8 KB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2015-07-21 |
Ημερομηνία Δημοσίευσης | 2015-07-21 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Gianluca Bobbio (aka cheese_maniac) |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retwddit", "description": "A button for Twitter to quickly copy in the correct format for Reddit", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-2.1.4.min.js", "retwddit.js" ], "css": [ "retwddit.css" ] } ] } |