SavedYouAClick

Help save your followers a click by tweeting directly the right information, image or video from the page

SavedYouAClick là gì?

SavedYouAClick là một tiện ích mở rộng Chrome được phát triển bởi xdamman, và tính năng chính của nó là "Help save your followers a click by tweeting directly the right information, image or video from the page".

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

screenshot

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

Tải xuống các tệp mở rộng SavedYouAClick 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 chrome extension adds a new option in your contextual menu to let you tweet any text selection, image or video from the page. The image is uploaded natively to Twitter so that it shows up directly in the feed.

It will also automatically try to find the original tweet from the publisher so that your tweet can reference it.                    

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

Tên SavedYouAClick SavedYouAClick
ID hkgcdkbiagggeknkikljpmcnnmjamgnl
URL Chính Thức https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl
Mô tả Help save your followers a click by tweeting directly the right information, image or video from the page
Kích Thước Tệp 651 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-08-27
Ngày Phát Hành 2014-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển xdamman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SavedYouAClick",
    "version": "0.0.1",
    "description": "Help save your followers a click by tweeting directly the right information, image or video from the page",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "img\/SavedYouAClick-16.png",
        "48": "img\/SavedYouAClick-48.png",
        "64": "img\/SavedYouAClick-64.png",
        "128": "img\/SavedYouAClick-128.png"
    },
    "manifest_version": 2
}