Twitter Favorites Extension

One-click access to the tweets you've added as favorites, from anywhere on Twitter.

什麼是Twitter Favorites Extension?

Twitter Favorites Extension是由tom開發的Chrome擴展程式,該擴展的主要功能是“One-click access to the tweets you've added as favorites, from anywhere on Twitter.”。

擴展截圖

screenshot

下載Twitter Favorites Extension擴展crx文件

下載Twitter Favorites Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.                    

擴展基本資訊

名稱 Twitter Favorites Extension Twitter Favorites Extension
ID jnganbhhcbognjlgcccaimofpgjjpgbl
官方網址 https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl
簡介 One-click access to the tweets you've added as favorites, from anywhere on Twitter.
檔案大小 6.96 KB
安裝次數 10
目前版本 0.1.0
更新時間 2015-11-06
上架時間 2015-11-06
開發者 tom
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Favorites Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.twitter.com\/",
        "https:\/\/twitter.com\/"
    ]
}