Tweet Button
Adds Tweet Button to Toolbar
Wat is Tweet Button?
Tweet Button is een Chrome-extensie ontwikkeld door foooomio, en de belangrijkste functie is "Adds Tweet Button to Toolbar".
Extensie Screenshots
Download het CRX-bestand van de extensie Tweet Button
Download Tweet Button-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
Chrome Extension that adds Tweet Button to Toolbar
This software is released under the MIT License.
https://github.com/foooomio/tweet-button-webext Basisinformatie over de Extensie
| Naam | |
| ID | joolebahkfpcoapinfefhalfgjkpablf |
| Officiële URL | https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf |
| Beschrijving | Adds Tweet Button to Toolbar |
| Bestandsgrootte | 9.26 KB |
| Aantal Installaties | 165 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2022-05-08 |
| Publicatiedatum | 2019-01-02 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | foooomio |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/foooomio/tweet-button-webext |
| URL van de Privacybeleid Pagina | https://foooomio.net/extensions/privacy-policy.html |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tweet Button",
"description": "Adds Tweet Button to Toolbar",
"version": "3.0.0",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
}
} | |