Share on Twitter
Share current tab, links and selected text on Twitter.
Share on Twitter là gì?
Share on Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Share current tab, links and selected text on Twitter.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Share on Twitter
Tải xuống các tệp mở rộng Share on Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Share on Twitter |
ID | gkjgmeeoldebbdoehhngapnlfmdbmiie |
URL Chính Thức | https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie |
Mô tả | Share current tab, links and selected text on Twitter. |
Kích Thước Tệp | 13.29 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2020-03-15 |
Ngày Phát Hành | 2020-03-13 |
Đánh Giá | 4.37/5 Tổng số 116 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/share-on-twitter/ |
URL Trang Trợ Giúp | https://browsernative.com/share-on-twitter/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |