Tweet The Page
Tweet the current page from the address bar
什么是Tweet The Page?
Tweet The Page是由Tiny Web Apps开发的Chrome扩展程序,该扩展的主要功能是“Tweet the current page from the address bar”。
扩展截图
下载Tweet The Page扩展crx文件
下载Tweet The Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
官方URL | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
简介 | Tweet the current page from the address bar |
文件大小 | 689 KB |
安装次数 | 58 |
当前版本 | 2.0.0 |
更新时间 | 2015-04-24 |
上架时间 | 2015-04-24 |
评分 | 2.33/5 共3次评分 |
开发者 | Tiny Web Apps |
付费类型 | free |
支持的语言 | 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" ] } } |