Tweet The Page
Tweet the current page from the address bar
Tweet The Page là gì?
Tweet The Page là một tiện ích mở rộng Chrome được phát triển bởi Tiny Web Apps, và tính năng chính của nó là "Tweet the current page from the address bar".
Ả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 Tweet The Page
Tải xuống các tệp mở rộng Tweet The Page 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
Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away. Version 2.0.0 - Sharing panel opens in separate window.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
URL Chính Thức | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
Mô tả | Tweet the current page from the address bar |
Kích Thước Tệp | 689 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2015-04-24 |
Ngày Phát Hành | 2015-04-24 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Tiny Web Apps |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet The Page", "version": "2.0.0", "author": "Tiny Web Apps", "description": "Tweet the current page from the address bar", "icons": { "16": "img\/icon-x16.png", "48": "img\/icon-x48.png", "128": "img\/icon-x128.png" }, "permissions": [ "tabs" ], "page_action": { "default_icon": { "19": "img\/icon-x19.png", "38": "img\/icon-x38.png" }, "default_title": "Tweet this Page" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] } } |