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\/*"
    ]
}