WalkBack for TweetDeck

This extension allows for fast consumption of tweets with hotkeys

WalkBack for TweetDeck란 무엇입니까?

WalkBack for TweetDeck은(는) https://metafruit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows for fast consumption of tweets with hotkeys"입니다.

확장 프로그램 스크린샷

WalkBack for TweetDeck 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WalkBack for TweetDeck WalkBack for TweetDeck
ID bfnncncfclhkbhgndhncdmdpngipmhef
공식 URL https://chromewebstore.google.com/detail/walkback-for-tweetdeck/bfnncncfclhkbhgndhncdmdpngipmhef
설명 This extension allows for fast consumption of tweets with hotkeys
파일 크기 78.93 KB
설치 횟수 22
현재 버전 1.4.0
최근 업데이트 2017-11-16
출시 날짜 2017-11-16
평점 5.00/5 총 2 개의 평점
개발자 https://metafruit.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}