Share on Twitter
Share current tab, links and selected text on Twitter.
Wat is Share on Twitter?
Share on Twitter is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Share current tab, links and selected text on Twitter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share on Twitter
Download Share on Twitter-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
Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com. Extension by BrowserNative. Not affiliated with or created by Twitter.
Basisinformatie over de Extensie
Naam | Share on Twitter |
ID | gkjgmeeoldebbdoehhngapnlfmdbmiie |
Officiële URL | https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie |
Beschrijving | Share current tab, links and selected text on Twitter. |
Bestandsgrootte | 13.29 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2020-03-15 |
Publicatiedatum | 2020-03-13 |
Beoordeling | 4.37/5 Totaal 116 Beoordelingen |
Ontwikkelaar | https://browsernative.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsernative.com/share-on-twitter/ |
Help Pagina-URL | https://browsernative.com/share-on-twitter/ |
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": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Share on Twitter" }, "description": "Share current tab, links and selected text on Twitter.", "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/", "icons": { "128": "static\/128.png", "16": "static\/16.png", "32": "static\/32.png", "48": "static\/48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "contextMenus", "activeTab" ], "version": "2.1.2", "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } } } } |