Twitter Share
Allows you to share text,images,content,links,pages,etc. to your twitter account
什么是Twitter Share?
Twitter Share是由owaiskazi19开发的Chrome扩展程序,该扩展的主要功能是“Allows you to share text,images,content,links,pages,etc. to your twitter account”。
扩展截图
下载Twitter Share扩展crx文件
下载Twitter Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.
扩展基本信息
名称 | Twitter Share |
ID | oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn |
官方URL | https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn |
简介 | Allows you to share text,images,content,links,pages,etc. to your twitter account |
文件大小 | 12.12 KB |
安装次数 | 204 |
当前版本 | 1.0 |
更新时间 | 2016-02-14 |
上架时间 | 2016-02-14 |
评分 | 1.00/5 共1次评分 |
开发者 | owaiskazi19 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Share", "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "64": "icon.png", "32": "icon.png", "16": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |