QuickTweet
A Twitter ToolKit by Will
Wat is QuickTweet?
QuickTweet is een Chrome-extensie ontwikkeld door cobwebsteruk, en de belangrijkste functie is "A Twitter ToolKit by Will".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickTweet
Download QuickTweet-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
A Quick Tweeting tool which allows you to tweet selections, pages, images and URLS without the need of typing or going to twitter.
Right click anywhere on a page to tweet the page URL
Right click selected text to tweet the text
Right click a image to tweet the image
Right click a link to tweet the link Basisinformatie over de Extensie
| Naam | |
| ID | glongeojkcbhnkhjjlbijdcfgmndigjp |
| Officiële URL | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp |
| Beschrijving | A Twitter ToolKit by Will |
| Bestandsgrootte | 15.44 KB |
| Aantal Installaties | 140 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-07-10 |
| Publicatiedatum | 2017-07-10 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | cobwebsteruk |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QuickTweet",
"description": "A Twitter ToolKit by Will",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"64": "bigicon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"myscript.js"
]
}
],
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"contextMenus"
]
} | |