Twitter Capture Toolkit

Allows you to share text, images, content, links, page, etc. to your twitter account.

什麼是Twitter Capture Toolkit?

Twitter Capture Toolkit是由markpro開發的Chrome擴展程式,該擴展的主要功能是“Allows you to share text, images, content, links, page, etc. to your twitter account.”。

擴展截圖

screenshot

下載Twitter Capture Toolkit擴展crx文件

下載Twitter Capture Toolkit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tweet Link / Image / Selection tool :
This tool adds a context menu to your chrome web browser to allow you to tweet images, links and selection just by right clicking on them from any website.

More features and tools will be included on user requests, so please use support tab for submitting more suggestions to add more functionalities into this tool.                    

擴展基本資訊

名稱 Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
官方網址 https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
簡介 Allows you to share text, images, content, links, page, etc. to your twitter account.
檔案大小 34.34 KB
安裝次數 57
目前版本 1.0
更新時間 2018-02-01
上架時間 2018-02-01
評分 5.00/5 共 2 次評分
開發者 markpro
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Capture Toolkit",
    "description": "Allows you to share text, images, content, links, page, etc. to your twitter account.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "126": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}