從Firefox控制您喜歡的音樂播放器

Do you love listening to music while you browse? Now you can access and control your favorite music player directly from Firefox with the FoxyTunes extension.

您喜歡在瀏覽時聽音樂嗎? 現在,您可以直接使用FoxyTunes擴展程序從Firefox訪問和控制您喜歡的音樂播放器。

FoxyTunes in Action

FoxyTunes在行動

Once you have installed the extension and restarted Firefox you will see the FoxyTunes Toolbar located in the “Status Bar”. The default media app is Windows Media Player but can be easily changed.

安裝擴展程序并重新啟動Firefox后,您將在“狀態欄”中看到FoxyTunes工具欄。 默認的媒體應用是Windows Media Player,但可以輕松更改。

sshot-2010-04-23-[01-33-05]

Here are the buttons/items available with the default settings: Search, FoxyTunes Main Menu, Show Player, Select Player, Previous Track, Play, Next Track, Mute On/Off, Volume, Play File, Twitty Tunes, Foxy Tunes Search/Explore, Open FoxyTunes Planet, & Toggle Visibility/Drag and drop to move.

以下是默認設置下可用的按鈕/項目:搜索,FoxyTunes主菜單,顯示播放器,選擇播放器,上一首曲目,播放,下一首曲目,靜音開/關,音量,播放文件,Twitty調音,Foxy調音搜索/瀏覽,打開FoxyTunes Planet和切換可見性/拖放以移動。

Note: You can hide or show individual buttons/items using the “FoxyTunes Menus”.

注意:您可以使用“ FoxyTunes菜單”隱藏或顯示單個按鈕/項目。

sshot-2010-04-23-[01-35-52]

Curious about the media players that FoxyTunes works with? Here is a complete listing…that definitely looks terrific! Notice that the currently selected media app is “bold and blue”.

對FoxyTunes與之合作的媒體播放器感到好奇嗎? 這是完整的清單……絕對看起來棒極了! 請注意,當前選擇的媒體應用程序是“粗體和藍色”。

foxytunes-03

For our example we chose Spotify which we have previously covered. Keep in mind that you may or may not need to have your favorite media app open prior to “starting” FoxyTunes up (i.e. Play Button).

對于我們的示例,我們選擇了我們之前介紹過的Spotify。 請記住,在“啟動” FoxyTunes(即“播放按鈕”)之前,您可能需要打開媒體收藏夾應用程序,也可能不需要打開它。

sshot-2010-04-23-[01-38-41]

Here is a good look at the “FoxyTunes Main Menu” and “Controls Sub-Menu”.

這是“ FoxyTunes主菜單”和“控件子菜單”的好地方。

foxytunes-05

The “Extras Menu”…if you click on skins you will be taken to the FoxyTunes Skins webpage.

“其他菜單”…如果單擊皮膚,您將被帶到FoxyTunes皮膚網頁。

foxytunes-06

Here is a closer look into the “Configurations Menu” and one of the sub-menus. You do not need to look for options in the “Add-ons Manager Window”…everything you need is contained in these menus.

這里是“配置菜單”和子菜單之一的詳細介紹。 您無需在“附加組件管理器窗口”中尋找選項……這些菜單中包含了您所需要的一切。

foxytunes-07

If you do not like having FoxyTunes in the “Status Bar” you can easily drag and drop it to another toolbar.

如果您不喜歡“狀態欄”中的FoxyTunes,則可以輕松地將其拖放到另一個工具欄。

sshot-2010-04-23-[01-43-38]

You can also condense the appearance of FoxyTunes using the small “triangle buttons” that are located in different spots throughout the “FoxyTunes Toolbar”. With just a click or two you can greatly reduce its’ impact on your UI.

您還可以使用“ FoxyTunes工具欄”中不同位置的小“三角形按鈕”來壓縮FoxyTunes的外觀。 只需單擊兩次,您就可以大大減少其對用戶界面的影響。

sshot-2010-04-23-[01-44-34]

Conclusion

結論

If you love listening to music while browsing then the FoxyTunes extension will let you take care of everything right from your browser.

如果您喜歡在瀏覽時聽音樂,則FoxyTunes擴展程序可讓您直接從瀏覽器中進行所有處理。

Links

鏈接

Download the FoxyTunes extension (Mozilla Add-ons)

下載FoxyTunes擴展(Mozilla附加組件)

Download the FoxyTunes extension (Extension Homepage) *Note: FoxyTunes add-ins for Internet Explorer and Yahoo! Messenger available here.

下載FoxyTunes擴展名(擴展名主頁) *注:用于Internet Explorer和Yahoo!的FoxyTunes加載項。 Messenger在這里可用。

翻譯自: https://www.howtogeek.com/howto/15428/control-your-favorite-music-player-from-firefox/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278518.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278518.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278518.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

富文本編輯器初探

長期以來,作為用戶我是富文本編輯器的使用者,作為前端開發,我也只是富文本插件的使用者,對內部實現細節不甚了解,使用上也只停留在調用插件提供的API,實現一些業務邏輯。最近的項目,需要開發一個…

特殊的求和(函數和循環)

【問題描述】 編寫函數int fun(int a,int n)求Sn a aa aaa … aa…a 的值(最后一個數中 a 的個數為 n ),其中 a 是一個1~9的數字,例如:2 22 222 2222 22222 (此時 a2 n5 ) 。參數由主函…

ms project 入門_Microsoft Project 2010入門

ms project 入門Would you like to keep your projects on track and keep track of how time and resources are used? Let’s take a look at Microsoft Project 2010 and how it can help you stay on top of your projects. 您想保持項目進度并了解如何使用時間和資源嗎&…

mysql基本的增刪改查和條件語句

增 insert into 表名(列名,列名。。。。。。) values("test1",23),("test2",23),("test3",24); 這條命令可以一次增加一條數據,也可以同時增加多條數據 還可以從插入其他的表到數據到當前表 insert into 插入的…

后端model傳入前端JSP頁面中的值判斷后再取值

所遇到的問題后端model傳入前端JSP頁面中的值通過foreach循環內要滿足條件才能取值給Div中,我們知道jsp頁面中可以直接用EL表達式取值,格式就是${"model中傳來的數據"},但是我要把傳過來的數據判斷后再取值就遇到了問題,通過查百度…

黑莓os軟件下載_在PC上試用BlackBerry OS

黑莓os軟件下載There’s a wider selection of smart phones and mobile OS’s than ever before, but you can’t just go buy every phone available and try them all out. Here’s how you can test out the latest version of the BlackBerry OS for free on your PC. 智…

IO流之轉換流

一 轉換流 1 OutputStreamWriter類 是字符流通向字節流的橋梁: 可使用指定的字符編碼表,將要寫入流中的字符編碼成字節。它的作用的就是,將字符串按照指定的編碼表轉成字節,在使用字節流將這些字節寫出去。 public static void m…

Spring事務管理(三)-PlatformmTransactionManager解析和事務傳播方式原理

2019獨角獸企業重金招聘Python工程師標準>>> Spring在事務管理時,對事務的處理做了極致的抽象,即PlatformTransactionManager。對事務的操作,簡單地來說,只有三步操作:獲取事務,提交事務&#x…

div方框彎曲邊樣式_使用彎曲樣式編輯文本

div方框彎曲邊樣式Would you like a new Notepad replacement that incorporates the latest technologies while staying slim and fast? Text editors are usually bland, boring programs, but here’s a new one that makes your text come to life beautifully. 您是否想…

分布式鎖的幾種實現原理

分布式鎖主流有三種模式: 實現方式 功能要求 實現難度 學習成本 運維成本 MySQL 的方案借助表鎖/行鎖實現 滿足基本要求 不難 熟悉 小量OK、大量影響現有業務、1主多從架構,不方便擴容 通過 ZK 創建數據節點的方式實現 滿足要求 熟悉 ZK API 即可 需要學…

如何破解您忘記的Windows密碼

Here at How-To Geek, we’ve covered many different ways to reset your password for Windows—but what if you can’t reset your password? Or what if you’re using drive encryption that would wipe out your files if you changed the password? It’s time to cr…

sql語句練習50題(Mysql版)

表名和字段–1.學生表Student(s_id,s_name,s_birth,s_sex) –學生編號,學生姓名, 出生年月,學生性別–2.課程表Course(c_id,c_name,t_id) – –課程編號, 課程名稱, 教師編號–3.教師表Teacher(t_id,t_name) –教師編號,教師姓名–4.成績表Score(s_id,c_id,s_score) –學生編號…

OpenCV3 識別圖中表格-JAVA 實現

2019獨角獸企業重金招聘Python工程師標準>>> 關于 JAVA 學習 OpenCV 的內容,函數講解。內容我均整理在 GitHubd的OpenCV3-Study-JAVA OpenCV 3 識別圖中表格-Java 實現 1. 說明 網上大部分資料,都是針對 C的,python、java 的例子太…

內存泄露 體現在哪個數字上_Microsoft剛剛泄漏了一個新的開始菜單。 你喜歡哪個?...

內存泄露 體現在哪個數字上NTAuthority on TwitterTwitter上的NTAuthorityMicrosoft messed up today, releasing an internal build of Windows 10 to Windows Insiders. This build was never meant to see the light of day, but it features a new Start menu design—with…

簡述 Spring Cloud 是什么

很多同學都了解了Spring ,了解了 Spring Boot, 但對于 Spring Cloud 是什么還是比較懵逼的。 本文帶你簡單的了解下,什么是Spring Cloud。 Spring Cloud 是什么 從字面理解,Spring Cloud 就是致力于分布式系統、云服務的框架。 Spring Cloud …

js DOM節點

元素節點 4種方式獲取 var oDiv document.getElementById("box");        //通過Id獲取元素var oDiv document.getElementsByClassName("div")[0];   //通過類名獲取元素  --》[ 0 ] 必須寫var oDiv document.getElementsByTagName("…

python web scraping

2019獨角獸企業重金招聘Python工程師標準>>> 最近在看《Web Scraping with Python》,借此來熟悉Python2.7如何開始編程。 發現書上主要使用的 http://example.webscraping.com/ 網站有部分變化,書中的代碼有點無法對照使用,因此稍…

傅里葉變換的物理意義

用三角函數表示周期函數 傅里葉的相關理論始于下面假設:對于周期為1的信號$f(t)$,可以由不同頻率的三角函數組成, $f(t) \frac{a_0}{2}\displaystyle{\sum^{\infty}_{k1}}(a_kcos(2\pi kt)b_ksin(2\pi kt))$ 組成的基礎波形為一個信號對&…

天貓年度總結

2019獨角獸企業重金招聘Python工程師標準>>> 魯大師天貓工作總結 時間:2017年10月22日-1月30日 1、對代理商進行6大區域的劃分管理,有專門的客服指導。 2、加班費申請和車費報銷制度。 3、簡化了特權訂金2階段改成1階段,極大的方便…

因特網使用期限_Internet死亡時使用PC的其他方式

因特網使用期限Nothing is more annoying than getting your Internet connection shut down, due to weather, or perhaps forgetting to pay your bill. Let’s take a look at some ways you can be productive and entertained without the Internet. 沒有什么比由于天氣原…