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
擴展基本資訊
名稱 | Twitter Star |
ID | ejlhemceoomndpmpphfflhllfeedppdh |
官方網址 | 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" ] } ] } |