Twitter Refresher
Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link.
什麼是Twitter Refresher?
Twitter Refresher是由Cratos Design開發的Chrome擴展程式,該擴展的主要功能是“Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link.”。
擴展截圖
下載Twitter Refresher擴展crx文件
下載Twitter Refresher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This will automatically click on the load new tweets but only if you are at the top of the page. Many of the other extensions will always click on it which causes you to scroll back to the top of the screen. This one takes into account where you are at the page and will only "click" the load link when you are at the top.
擴展基本資訊
名稱 | Twitter Refresher |
ID | egbgccfgdplkmpddefhjihakjhlnmlhe |
官方網址 | https://chromewebstore.google.com/detail/twitter-refresher/egbgccfgdplkmpddefhjihakjhlnmlhe |
簡介 | Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link. |
檔案大小 | 43.04 KB |
安裝次數 | 382 |
目前版本 | 1.0 |
更新時間 | 2015-03-27 |
上架時間 | 2015-03-27 |
評分 | 3.40/5 共 5 次評分 |
開發者 | Cratos Design |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-1.7.2.min.js", "functions.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_idle" } ], "description": "Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link.", "icons": { "128": "images\/twitter.png", "48": "images\/twitter.png" }, "manifest_version": 2, "name": "Twitter Refresher", "permissions": [ "http:\/\/twitter.com\/", "https:\/\/twitter.com\/" ], "version": "1.0", "web_accessible_resources": [ "reload.js" ] } |