TumblrFloater
Change Tumblr's header into a fixed element!
什麼是TumblrFloater?
TumblrFloater是由David Maciel開發的Chrome擴展程式,該擴展的主要功能是“Change Tumblr's header into a fixed element!”。
擴展截圖
下載TumblrFloater擴展crx文件
下載TumblrFloater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension turns Tumblr's dashboard's header into a fixed element. It will remain at the top of the page no matter how far you scroll, and you can hide it if you want. Fully compatible with X-Kit. Newer versions will have more features in them. Good news! TumblrFloater is compatible with Tumblr's latest dashboard update! Enjoy guys! V1.3: -A few visual updates -Hides header and new post immediately V1.2: -Added popup with notes about updates. -Finally made an icon. V1.1: -Added New Post fixed element + hide. Any and all feedback is welcome! I'd like to hear what you guys think! :D Also, you can follow me on Tumblr for updates on this extension. http://youresexytoanextent.tumblr.com/
擴展基本資訊
名稱 | TumblrFloater |
ID | cgoikfnlglbmkklihndiideghjfpalom |
官方網址 | https://chromewebstore.google.com/detail/tumblrfloater/cgoikfnlglbmkklihndiideghjfpalom |
簡介 | Change Tumblr's header into a fixed element! |
檔案大小 | 77.49 KB |
安裝次數 | 51 |
目前版本 | 1.3.1 |
更新時間 | 2012-10-25 |
上架時間 | 2012-10-25 |
開發者 | David Maciel |
付費類型 | free |
擴展官網 | http://youresexytoanextent.tumblr.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "replacement.js" ], "matches": [ "http:\/\/www.tumblr.com\/*" ] } ], "description": "Change Tumblr's header into a fixed element!", "manifest_version": 2, "name": "TumblrFloater", "permissions": [ "http:\/\/www.tumblr.com\/" ], "version": "1.3.1" } |