Tweet A Link

This extension allows you to share a link on twitter via one-click.

Qu'est-ce que Tweet A Link ?

Tweet A Link est une extension Chrome développée par JoeSaad.net of Amplios Labs, et sa fonction principale est "This extension allows you to share a link on twitter via one-click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tweet A Link

Téléchargez les fichiers d'extension Tweet A Link 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

                        You find a link, you like it and want to tweet it to all your friends. No more you need to copy paste and go to twitter site to tweet it. This extension allows you to tweet the links/URLs you link on a click right away. 
You go to a site and you like it, you do not have to search for the twitter button inside it to tweet that site, this extension helps you all from one place to tweet all your pages right away.                    

Informations de Base sur l'Extension

Nom Tweet A Link Tweet A Link
ID hbkmajenkjppmnonpnpnlblkpkbohnmi
URL Officiel https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi
Description This extension allows you to share a link on twitter via one-click.
Taille du Fichier 33.77 KB
Nombre d'Installations 275
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-02-20
Date de Publication 2014-02-20
Évaluation 4.95/5 Total 20 Évaluations
Développeur JoeSaad.net of Amplios Labs
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet A Link",
    "description": "This extension allows you to share a link on twitter via one-click.",
    "version": "1.0.2",
    "browser_action": {
        "default_title": "Tweet A Link",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "short_name": "TweetALink",
    "author": "Joe Saad of Amplios LLC",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/share",
        "tabs"
    ]
}