hacktweet

Extension that converts tweets to images then uploads them to pintrest

hacktweetคืออะไร?

hacktweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pintweet.net และคุณลักษณะหลักของมันคือ "Extension that converts tweets to images then uploads them to pintrest"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hacktweet

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}