Twitter Star
Return of the Twitter Tweet Star
Twitter Starとは何ですか?
Twitter Starはhttps://racecore.deによって開発されたChromeの拡張機能で、その主な機能は「Return of the Twitter Tweet Star」です。
Twitter Star拡張機能のCRXファイルをダウンロード
Twitter Star拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Display the Twitter Star Icon for Tweets instead of the new Heart Icon                     拡張機能の基本情報
| 名前 |   |  
| ID | ejlhemceoomndpmpphfflhllfeedppdh | 
| 公式URL | https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh | 
| 説明 | Return of the Twitter Tweet Star | 
| ファイルサイズ | 10.67 KB | 
| インストール数 | 85 | 
| 現在のバージョン | 0.0.2 | 
| 最終更新日 | 2015-11-06 | 
| 公開日 | 2015-11-06 | 
| 評価 | 4.29/5 合計 7 レビュー | 
| 開発者 | https://racecore.de | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/ins0/chrome-twitter-star | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Star",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Return of the Twitter Tweet Star",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/twitter-star.css"
            ]
        }
    ]
}  |  |