WalkBack for TweetDeck

This extension allows for fast consumption of tweets with hotkeys

WalkBack for TweetDeck là gì?

WalkBack for TweetDeck là một tiện ích mở rộng Chrome được phát triển bởi https://metafruit.com, và tính năng chính của nó là "This extension allows for fast consumption of tweets with hotkeys".

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

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

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

                        WalkBack lets TweetDeck users scroll many columns at once.

Scrolls are one page length, so a "pageUp" or "pageDown" - revealing a whole page of new content. For news and Twitter junkies, this is super useful.

TO START: Press "\" (above 'Enter') to ENABLE HOTKEYS and minimize the Sidebar.
  ^^ - ( this is so you can still type tweets without triggering other actions.)
To disable hotkeys, simply hit "\" again.

Pressing 'i' will "pageDown"
Pressing 'u' will "pageUp" the columns.
Pressing 'o' returns columns to top.
Pressing 'y' returns columns to previous position
Pressing '\' (backslash) toggles the left dashboard - freeing up a bit of space, toggles hotkeys.

* Super minimalist interface -- no visual alterations to TweetDeck just new hotkeys *

The actions affect the first 6 columns in TweetDeck (when it first loads up).

The window must be in focus (and the sidebar minimized (by hitting "\")) for key bindings to work.

PRIVACY POLICY - ADDED JULY 5, 2016
WalkBack is only authorized to work on TweetDeck at tweetdeck.twitter.com - and it does not store any sensitive user information.                    

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

Tên WalkBack for TweetDeck WalkBack for TweetDeck
ID bfnncncfclhkbhgndhncdmdpngipmhef
URL Chính Thức https://chromewebstore.google.com/detail/walkback-for-tweetdeck/bfnncncfclhkbhgndhncdmdpngipmhef
Mô tả This extension allows for fast consumption of tweets with hotkeys
Kích Thước Tệp 78.93 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2017-11-16
Ngày Phát Hành 2017-11-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://metafruit.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WalkBack for TweetDeck",
    "short_name": "Walkback Tweetdeck Hotkeys",
    "description": "This extension allows for fast consumption of tweets with hotkeys",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery-1.11.1.min.js",
                "walkback.js"
            ],
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ],
    "browser_action": {
        "name": "WalkBack",
        "default_icon": "fixpunk-faded.png",
        "default_popup": "popup.html"
    }
}