twitthat
Share webpage to twitter easily.
Wat is twitthat?
twitthat is een Chrome-extensie ontwikkeld door http://twitthat.com, en de belangrijkste functie is "Share webpage to twitter easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie twitthat
Download twitthat-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
you can share current webpage to twitter immediately
Basisinformatie over de Extensie
Naam | |
ID | kokfpkjjfkmedfmeekkjafelkgbjiehm |
Officiële URL | https://chrome.google.com/webstore/detail/twitthat/kokfpkjjfkmedfmeekkjafelkgbjiehm |
Beschrijving | Share webpage to twitter easily. |
Bestandsgrootte | 8.76 KB |
Aantal Installaties | 106 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2023-03-08 |
Publicatiedatum | 2015-09-09 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://twitthat.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitthat.com/privacy/ |
Help Pagina-URL | https://twitthat.com/support/ |
URL van de Privacybeleid Pagina | https://twitthat.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "twitthat", "description": "Share webpage to twitter easily.", "version": "1.3.2", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/twitthat.com\/", "https:\/\/twitter.com\/", "https:\/\/api.twitter.com\/" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |