Share Tools
Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
Wat is Share Tools?
Share Tools is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share Tools
Download Share Tools-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
Supports many popular sites and services. You can easily add your favorite site.
Visit our homepage for details: https://browsernative.com/share-tools-extension/ Basisinformatie over de Extensie
| Naam | |
| ID | pbbbcphofkjkmbadhjioamnnbphgeghd |
| Officiële URL | https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd |
| Beschrijving | Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site. |
| Bestandsgrootte | 101 KB |
| Aantal Installaties | 2,621 |
| Huidige Versie | 0.0.19 |
| Laatst Bijgewerkt | 2021-04-20 |
| Publicatiedatum | 2020-04-18 |
| Beoordeling | 4.89/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | https://browsernative.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/share-tools-extension/ |
| Help Pagina-URL | https://browsernative.com/share-tools-extension/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "static\/icon128.png",
"default_title": "Share Tools",
"default_popup": "\/html\/popup.html"
},
"description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.",
"homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/",
"icons": {
"128": "static\/icon128.png",
"48": "static\/icon48.png"
},
"manifest_version": 2,
"name": "Share Tools",
"version": "0.0.19",
"permissions": [
"activeTab"
],
"options_ui": {
"page": "\/html\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
"html\/*.html"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+S"
}
}
}
} | |