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 |
ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
官方URL | 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" ] } |