Tweet A Link

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

Vad är Tweet A Link?

Tweet A Link är en Chrome-tillägg utvecklad av JoeSaad.net of Amplios Labs, och dess huvudfunktion är "This extension allows you to share a link on twitter via one-click.".

Tilläggsskärmbilder

screenshot

Ladda ner Tweet A Link-förlängningens CRX-fil

Ladda ner Tweet A Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tweet A Link Tweet A Link
ID hbkmajenkjppmnonpnpnlblkpkbohnmi
Officiell webbadress https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi
Beskrivning This extension allows you to share a link on twitter via one-click.
Filstorlek 33.77 KB
Antal Installationer 275
Aktuell Version 1.0.2
Senast Uppdaterad 2014-02-20
Publiceringsdatum 2014-02-20
Betyg 4.95/5 Totalt 20 Betyg
Utvecklare JoeSaad.net of Amplios Labs
Betalningssätt free
Stödda Språk 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"
    ]
}