Tweet A Link

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

Tweet A Linkとは何ですか?

Tweet A LinkはJoeSaad.net of Amplios Labsによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to share a link on twitter via one-click.」です。

拡張機能のスクリーンショット

screenshot

Tweet A Link拡張機能のCRXファイルをダウンロード

Tweet A Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tweet A Link Tweet A Link
ID hbkmajenkjppmnonpnpnlblkpkbohnmi
公式URL https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi
説明 This extension allows you to share a link on twitter via one-click.
ファイルサイズ 33.77 KB
インストール数 275
現在のバージョン 1.0.2
最終更新日 2014-02-20
公開日 2014-02-20
評価 4.95/5 合計 20 レビュー
開発者 JoeSaad.net of Amplios Labs
支払い方法 free
対応言語 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"
    ]
}