Tweeten
An intuitive and powerful Twitter experience built for those who get real work done
Tweeten क्या है?
Tweeten https://tweetenapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An intuitive and powerful Twitter experience built for those who get real work done"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tweeten एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing Tweeten, an intuitive and powerful TweetDeck experience built for those who get real work done. Tweeten works with TweetDeck, which means it offers a powerful, column-based interface that helps you keep track of everything that's happening on Twitter without needing to hit the refresh button. Tweeten enhances the TweetDeck design to offer a much cleaner and intutive experience. Tweeten comes with a built-in GIF search feature that lets you upload any GIF from Giphy. Our 🔥 emoji picker lets you tweet the perfect emoji at the right time. From the 🤷 emoji to the 💯 emoji, all the emojis you 😍 are right here. Tweeten lets you customize all the important bits of TweetDeck, and you can take things a step further with custom CSS. For the full Tweeten experience, make sure to checkout our desktop app from http://tweetenapp.com
एक्सटेंशन की मूल जानकारी
नाम | Tweeten |
ID | ffoimglpkabojpaknlpodligjndnedji |
आधिकारिक URL | https://chromewebstore.google.com/detail/tweeten/ffoimglpkabojpaknlpodligjndnedji |
विवरण | An intuitive and powerful Twitter experience built for those who get real work done |
फ़ाइल का आकार | 287 KB |
स्थापना संख्या | 15,100 |
वर्तमान संस्करण | 5.0.3 |
अंतिम अपडेट | 2020-05-17 |
प्रकाशन तिथि | 2020-05-16 |
रेटिंग | 3.90/5 कुल 51 रेटिंग्स |
डेवलपर | https://tweetenapp.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/TweetenApp |
सहायता पृष्ठ URL | https://twitter.com/TweetenApp |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweeten", "version": "5.0.3", "manifest_version": 2, "description": "An intuitive and powerful Twitter experience built for those who get real work done", "homepage_url": "http:\/\/tweetenapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "cookies", "storage", "tabs", "webRequest", "webRequestBlocking", "https:\/\/tweetdeck.twitter.com\/*" ], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "src\/js\/tweeten.js", "src\/css\/dark.css", "src\/css\/light.css", "src\/css\/black.css", "src\/assets\/mdl2.ttf" ], "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "src\/js\/jquery.min.js", "src\/js\/inject.js", "src\/js\/lodash.core.min.js" ] } ] } |