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
官方網址 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"
    ]
}