Tweep List for Twitter

Adds an avatar menu to Twitter for quickly accessing user timelines.

Tweep List for Twitter là gì?

Tweep List for Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://serdar.work, và tính năng chính của nó là "Adds an avatar menu to Twitter for quickly accessing user timelines.".

Ả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 Tweep List for Twitter

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

                        UPDATED for the new Twitter.

One-click access to user timelines.

Drag any avatar to the menu to add to your list.

Drag out to remove an avatar from your list.

No need to follow a user on Twitter to add it to your list. You can follow people easily without actually following.

Works with Twitter desktop client.

Syncs your list with your Google Chrome account.

Full source code of this extension is available at GitHub: https://github.com/serd/tweep-list                    

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

Tên Tweep List for Twitter Tweep List for Twitter
ID oalmfcciblkpdbjinikclcdjnllkpoca
URL Chính Thức https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca
Mô tả Adds an avatar menu to Twitter for quickly accessing user timelines.
Kích Thước Tệp 84.51 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2017-09-05
Ngày Phát Hành 2017-09-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://serdar.work
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://serdar.work
URL Trang Chính Sách Bảo Mật https://serdar.work/chrome-extensions/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/jquery.ui.core.js",
                "lib\/jquery.ui.widget.js",
                "lib\/jquery.ui.mouse.js",
                "lib\/jquery.ui.sortable.js",
                "lib\/jquery.ui.draggable.js",
                "lib\/jquery.ui.droppable.js",
                "lib\/jquery.ui.resizable.js",
                "lib\/jquery.mousewheel.js",
                "tweepList.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/serdar.work"
}