TwitShot for Chrome

Spice up your tweets with an image.

TwitShot for Chrome là gì?

TwitShot for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://twitshot.com, và tính năng chính của nó là "Spice up your tweets with an image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TwitShot for Chrome

Tải xuống các tệp mở rộng TwitShot for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This official extension for TwitShot enables you to do 3 things:

1. Easy access to TwitShot with a special button on twitter.com, right next to the standard Tweet button.

2. TwitShot any Tab by clicking on the TwitShot extension button (top right-hand side of your browser)

3. TwitShot any image you found on the web by right-clicking on it and select "Tweet this image"

Feedback welcome!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TwitShot for Chrome TwitShot for Chrome
ID efndcbfgochdmkgjpinknmeakjfkgjlk
URL Chính Thức https://chromewebstore.google.com/detail/twitshot-for-chrome/efndcbfgochdmkgjpinknmeakjfkgjlk
Mô tả Spice up your tweets with an image.
Kích Thước Tệp 43.02 KB
Số Lần Cài Đặt 2,783
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2015-02-18
Ngày Phát Hành 2015-02-17
Đánh Giá 3.71/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://twitshot.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.twitshot.com
URL Trang Trợ Giúp http://twitter.com/twitshotapp
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitShot for Chrome",
    "short_name": "TwitShot",
    "version": "1.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "description": "Spice up your tweets with an image.",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "vendor\/jquery-2.1.3.min.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "vendor\/jquery-2.1.3.min.js",
                "content_scripts\/twitter\/twitter.js"
            ],
            "css": [
                "content_scripts\/twitter\/twitter.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content_scripts\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus"
    ]
}