hacktweet

Extension that converts tweets to images then uploads them to pintrest

什么是hacktweet?

hacktweet是由http://pintweet.net开发的Chrome扩展程序,该扩展的主要功能是“Extension that converts tweets to images then uploads them to pintrest”。

下载hacktweet扩展crx文件

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

扩展使用说明

                        Adds a pin button to tweets on your twitter feed.                    

扩展基本信息

名称 hacktweet hacktweet
ID hlahblglmppolnofchfdfbncpmiafkhl
官方URL https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl
简介 Extension that converts tweets to images then uploads them to pintrest
文件大小 57.56 KB
安装次数 25
当前版本 1.24
更新时间 2014-01-22
上架时间 2014-01-22
评分 3.67/5 共3次评分
开发者 http://pintweet.net
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hacktweet",
    "version": "1.24",
    "manifest_version": 2,
    "description": "Extension that converts tweets to images then uploads them to pintrest",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "addButton.js",
                "such_ajax.js",
                "html2canvas.js",
                "twimgListener.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ]
}