No Tumblr Popovers
Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.
No Tumblr Popoversคืออะไร?
No Tumblr Popovers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IONA และคุณลักษณะหลักของมันคือ "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Tumblr Popovers
ดาวน์โหลดไฟล์ส่วนขยาย No Tumblr Popovers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Does it drive you nuts when scrolling through your Tumblr dashboard that you can't click the heart button for a post because the heart is hidden by a callout that opened when you rolled over the next post? This simply extension prevents those popovers from getting in the way by hiding them via a simple CSS directive. v1.0.3 - also hides sponsored ads and various other nuisances. v1.0.2 - now compatible with HTTPS secure Tumblr dashboard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aeapchblpkfalabgolgobjdagjlfgick |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-tumblr-popovers/aeapchblpkfalabgolgobjdagjlfgick |
คำอธิบาย | Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard. |
ขนาดไฟล์ | 19.3 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2015-05-09 |
วันที่เผยแพร่ | 2015-05-09 |
ผู้พัฒนา | IONA |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Tumblr Popovers", "description": "Prevent 'Source' popovers from obscuring the heart\/reblog buttons while you scroll through your Tumblr dashboard.", "version": "1.0.3", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/dashboard" ], "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/dashboard" ], "css": [ "nopopover.css" ] } ] } |