Share on Twitter
Share current tab, links and selected text on Twitter.
什么是Share on Twitter?
Share on Twitter是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Share current tab, links and selected text on Twitter.”。
扩展截图
下载Share on Twitter扩展crx文件
下载Share on Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com. Extension by BrowserNative. Not affiliated with or created by Twitter.
扩展基本信息
名称 | Share on Twitter |
ID | gkjgmeeoldebbdoehhngapnlfmdbmiie |
官方URL | https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie |
简介 | Share current tab, links and selected text on Twitter. |
文件大小 | 13.29 KB |
安装次数 | 10,000 |
当前版本 | 2.1.2 |
更新时间 | 2020-03-15 |
上架时间 | 2020-03-13 |
评分 | 4.37/5 共116次评分 |
开发者 | https://browsernative.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/share-on-twitter/ |
帮助页面URL | https://browsernative.com/share-on-twitter/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Share on Twitter" }, "description": "Share current tab, links and selected text on Twitter.", "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/", "icons": { "128": "static\/128.png", "16": "static\/16.png", "32": "static\/32.png", "48": "static\/48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "contextMenus", "activeTab" ], "version": "2.1.2", "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } } } } |