TumblrSkipper
Skips the sidebar for you when you click a Tumblelog on your Dashboard
TumblrSkipperคืออะไร?
TumblrSkipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jessica.summer.smith และคุณลักษณะหลักของมันคือ "Skips the sidebar for you when you click a Tumblelog on your Dashboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TumblrSkipper
ดาวน์โหลดไฟล์ส่วนขยาย TumblrSkipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
On the Tumblr dashboard, clicking a blog link used to take you to that blog. Now, it takes you to a weird sidebar to preview the blog instead. This extension restores the native link functionality to the Tumblr dashboard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
คำอธิบาย | Skips the sidebar for you when you click a Tumblelog on your Dashboard |
ขนาดไฟล์ | 40.95 KB |
จำนวนการติดตั้ง | 186 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2016-01-12 |
วันที่เผยแพร่ | 2016-01-12 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jessica.summer.smith |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TumblrSkipper", "version": "0.2", "description": "Skips the sidebar for you when you click a Tumblelog on your Dashboard", "browser_action": { "default_icon": "TS.png", "default_title": "TumblrSkipper" }, "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "permissions": [ "tabs", "webNavigation", "https:\/\/www.tumblr.com\/*" ] } |