Tweeten
An intuitive and powerful Twitter experience built for those who get real work done
什麼是Tweeten?
Tweeten是由https://tweetenapp.com開發的Chrome擴展程式,該擴展的主要功能是“An intuitive and powerful Twitter experience built for those who get real work done”。
擴展截圖
下載Tweeten擴展crx文件
下載Tweeten擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |