Twitter & FB Capture
Capture screenshots of Twitter and Facebook posts.
Wat is Twitter & FB Capture?
Twitter & FB Capture is een Chrome-extensie ontwikkeld door Shang Liang, en de belangrijkste functie is "Capture screenshots of Twitter and Facebook posts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter & FB Capture
Download Twitter & FB Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitter & FB Capture |
ID | jnajainpealobgghniooofdcahcflnag |
Officiële URL | https://chromewebstore.google.com/detail/twitter-fb-capture/jnajainpealobgghniooofdcahcflnag |
Beschrijving | Capture screenshots of Twitter and Facebook posts. |
Bestandsgrootte | 42.8 KB |
Aantal Installaties | 189 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2020-07-24 |
Publicatiedatum | 2020-07-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Shang Liang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |