QuickTweet
A Twitter ToolKit by Will
Qu'est-ce que QuickTweet ?
QuickTweet est une extension Chrome développée par cobwebsteruk, et sa fonction principale est "A Twitter ToolKit by Will".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickTweet
Téléchargez les fichiers d'extension QuickTweet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | QuickTweet |
ID | glongeojkcbhnkhjjlbijdcfgmndigjp |
URL Officiel | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp |
Description | A Twitter ToolKit by Will |
Taille du Fichier | 15.44 KB |
Nombre d'Installations | 140 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-07-10 |
Date de Publication | 2017-07-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cobwebsteruk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |