Twitter Favorites Extension

One-click access to the tweets you've added as favorites, from anywhere on Twitter.

Twitter Favorites Extension là gì?

Twitter Favorites Extension là một tiện ích mở rộng Chrome được phát triển bởi tom, và tính năng chính của nó là "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".

Ả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 Twitter Favorites Extension

Tải xuống các tệp mở rộng Twitter Favorites Extension 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

                        Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.                    

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

Tên Twitter Favorites Extension Twitter Favorites Extension
ID jnganbhhcbognjlgcccaimofpgjjpgbl
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl
Mô tả One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Kích Thước Tệp 6.96 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-11-06
Ngày Phát Hành 2015-11-06
Nhà Phát Triển tom
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Favorites Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.twitter.com\/",
        "https:\/\/twitter.com\/"
    ]
}