Open All Trends
Opens all Twitter trends in a new tab with a single click.
什麼是Open All Trends?
Open All Trends是由https://klivk.com開發的Chrome擴展程式,該擴展的主要功能是“Opens all Twitter trends in a new tab with a single click.”。
擴展截圖
下載Open All Trends擴展crx文件
下載Open All Trends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click. 擴展基本資訊
| 名稱 | |
| ID | dgomcbkojfbididkgeaildpcmoehpajo |
| 官方網址 | https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo |
| 簡介 | Opens all Twitter trends in a new tab with a single click. |
| 檔案大小 | 38.62 KB |
| 安裝次數 | 52 |
| 目前版本 | 1.0.0.3 |
| 更新時間 | 2013-02-10 |
| 上架時間 | 2013-02-10 |
| 開發者 | https://klivk.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://serdar.work/chrome-extensions/privacy-policy.html |
| 支援的語言 | en,tr |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.0.0.3",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"128": "icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"mystyles.css"
],
"js": [
"jquery.js",
"myscript.js"
]
}
],
"homepage_url": "http:\/\/klivk.com\/open-all-trends"
} | |