Twitter & FB Capture
Capture screenshots of Twitter and Facebook posts.
Τι είναι το Twitter & FB Capture;
Το Twitter & FB Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shang Liang, και η κύρια λειτουργία του είναι "Capture screenshots of Twitter and Facebook posts.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter & FB Capture
Λήψη αρχείων επέκτασης Twitter & FB Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Screen grab a post on Twitter and Facebook. After installation, go and visit a Twitter page e.g. https://twitter.com/googlecloud/status/1285547816564269057 Right click at the center post and the a button will appear in the context menu "Capture" Click at it capture the image and you can paste it onto your keynote or powerpoint slides
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitter & FB Capture |
ID | jnajainpealobgghniooofdcahcflnag |
Επίσημο URL | https://chromewebstore.google.com/detail/twitter-fb-capture/jnajainpealobgghniooofdcahcflnag |
Περιγραφή | Capture screenshots of Twitter and Facebook posts. |
Μέγεθος Αρχείου | 42.8 KB |
Αριθμός Εγκαταστάσεων | 189 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2020-07-24 |
Ημερομηνία Δημοσίευσης | 2020-07-24 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Shang Liang |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter & FB Capture", "version": "0.0.3", "manifest_version": 2, "description": "Capture screenshots of Twitter and Facebook posts.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "activeTab", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "injection.css" ] } |