Twitter social tooolkit

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

什麼是Twitter social tooolkit?

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

下載Twitter social tooolkit擴展crx文件

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

擴展使用說明

                        Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account                    

擴展基本資訊

名稱 Twitter social tooolkit Twitter social tooolkit
ID ipjkmdfealmjcgeklfbpnjnejhdofnma
官方網址 https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma
簡介 Allows you to share text, images, content, links, page, etc to your twitter account
檔案大小 4.71 KB
安裝次數 11
目前版本 1.0
更新時間 2017-09-21
上架時間 2017-09-20
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter social tooolkit",
    "description": "Allows you to share text, images, content, links, page, etc to your twitter account",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}