Twitter Shortcut Plus

Add more keyboard shortcuts to twitter.com.

Twitter Shortcut Plus क्या है?

Twitter Shortcut Plus r7kamura द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add more keyboard shortcuts to twitter.com."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Twitter Shortcut Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Keyboard shortcuts can be changed from options page.

Browse:

- Browse links in background (default: "w")
- Browse links in foreground (default: "alt+w")
- Browse media in background (default: "f")
- Browse media in foreground (default: "alt+f")

Select:

- Select author (default: "a")
- Select quoted tweet (default: "alt+q")

Others:

- Delete tweet (default: "alt+delete")
- Download media (default: "v")
- Quote tweet (default: "q")
- Toggle pin tweet (default: "z")                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Shortcut Plus Twitter Shortcut Plus
ID lbmdlngkfaknmfgkpkndloapdhgkmdjo
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-shortcut-plus/lbmdlngkfaknmfgkpkndloapdhgkmdjo
विवरण Add more keyboard shortcuts to twitter.com.
फ़ाइल का आकार 60.17 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2022-05-31
प्रकाशन तिथि 2022-05-30
डेवलपर r7kamura
ईमेल r7kamura@gmail.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/r7kamura/twitter-shortcut-plus
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Shortcut Plus",
    "description": "Add more keyboard shortcuts to twitter.com.",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.ts.4b943d35.31e9a031.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/command.b5f621b4.js",
                "assets\/main.ts.4b943d35.js"
            ],
            "use_dynamic_url": true
        }
    ]
}