Tweet Page

A button that lets you tweet the current page title and url.

什么是Tweet Page?

Tweet Page是由Stuart Knightley开发的Chrome扩展程序,该扩展的主要功能是“A button that lets you tweet the current page title and url.”。

扩展截图

screenshot
screenshot

下载Tweet Page扩展crx文件

下载Tweet Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting.

No adware. Open source.                    

扩展基本信息

名称 Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
官方URL https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
简介 A button that lets you tweet the current page title and url.
文件大小 9.82 KB
安装次数 288
当前版本 0.0.1
更新时间 2014-01-20
上架时间 2014-01-20
评分 4.80/5 共5次评分
开发者 Stuart Knightley
付费类型 free
扩展官网 https://github.com/Stuk/tweet-page-chrome-extension
帮助页面URL https://github.com/Stuk/tweet-page-chrome-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Page",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A button that lets you tweet the current page title and url.",
    "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_tweetPage__"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}