WalkBack for TweetDeck

This extension allows for fast consumption of tweets with hotkeys

WalkBack for TweetDeck क्या है?

WalkBack for TweetDeck https://metafruit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows for fast consumption of tweets with hotkeys"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WalkBack for TweetDeck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}