Omnitweety

You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' +…

Omnitweety क्या है?

Omnitweety yslibrary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' +…"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)!
Type 'tw' + [space/tab] in the omnibox, then write your status & hit Enter to tweet!
Type 'tw' + [space/tab] + ':share' to share currently browsing page!
Type 'tw' + [space/tab] + ':share' + [space] + [type anything] to share url with your comment!
Type 'tw' + [space/tab] + ':options' to open options page
Type 'tw' + [space/tab] + ':version' to check version

Once you install the extension, you will be redirected to the twitter's auth page.

Omnitweety is open source, you can access code from github.com/yshrsmz/omnitweety.


Change Log
===

Version 1.1.0 *(2022-12-25)*
---
- Add an option to enable debug logging
- Fix the options page always opens upon Chrome relaunch

Version 1.0.1 *(2022-12-07)*
---
- Updated to manifest v3
- OptIons page design revamp                    

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

नाम Omnitweety Omnitweety
ID jkghejckpigfbolkdkplfokccgpjjilb
आधिकारिक URL https://chrome.google.com/webstore/detail/omnitweety/jkghejckpigfbolkdkplfokccgpjjilb
विवरण You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' +…
फ़ाइल का आकार 111 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-12-26
प्रकाशन तिथि 2020-06-30
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर yslibrary
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yshrsmz/omnitweety
सहायता पृष्ठ URL https://github.com/yshrsmz/omnitweety/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omnitweety",
    "version": "1.1.0.0",
    "version_name": "1.1.0",
    "icons": {
        "16": "src\/assets\/icon_16.png",
        "48": "src\/assets\/icon_48.png",
        "128": "src\/assets\/icon_128.png"
    },
    "omnibox": {
        "keyword": "tw"
    },
    "options_page": "src\/options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.twitter.com\/",
        "https:\/\/abs.twimg.com\/",
        "https:\/\/pbs.twimg.com\/",
        "http:\/\/fonts.googleapis.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/abs.twimg.com\/ https:\/\/pbs.twimg.com\/"
    }
}