THelper
This extension changes/adds to the default behaviors of Tumblr.com
THelperคืออะไร?
THelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.thelper.co และคุณลักษณะหลักของมันคือ "This extension changes/adds to the default behaviors of Tumblr.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย THelper
ดาวน์โหลดไฟล์ส่วนขยาย THelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
THelper is an extension to aid with your daily Tumblr blogging. Features for users so far: - Change Tumblr without changing its integrity! It will still look like Tumblr! - Awesome settings and plugins page Plugin features: - Tag your posts using tag groups - Decrease RAM usage from Tumblr - Blacklist posts, and the ability to completely hide them - Whitelist posts, adds a golden glow to the post - Change some buttons on Tumblr, remove share buttons. - Hide and show the top bar depending on the way you scroll. - A bunch of other features! Features for 'developers': - Easy going framework to manipulate Tumblr. - Plugin creation, and saving. - An events API. - Every plugin brings their own tweaks to Tumblr! *Note: This extension is in development, all plugins are experimental. THelper's performance not monitored, but no impact has been noticed.* **In the picture on the left, you can see the settings page, which uses the Tumblr settings 'feel' as well as the link to add or remove the plugins from THelper** Github: https://github.com/Zacky1/THelper Website: http://thelper.co
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | khiekglhpdlcinaikkhjhogdfcciolch |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/thelper/khiekglhpdlcinaikkhjhogdfcciolch |
คำอธิบาย | This extension changes/adds to the default behaviors of Tumblr.com |
ขนาดไฟล์ | 31.88 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.1.2 b |
อัปเดตครั้งล่าสุด | 2015-09-12 |
วันที่เผยแพร่ | 2015-09-12 |
ผู้พัฒนา | http://www.thelper.co |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.thelper.co |
URL หน้าช่วยเหลือ | http://www.thelper.co/tagged/faq |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "THelper", "description": "This extension changes\/adds to the default behaviors of Tumblr.com", "version": "1.1.2.1", "version_name": "1.1.2 b", "minimum_chrome_version": "26.0", "web_accessible_resources": [ "thelper.js", "plugins\/*" ], "permissions": [ "tabs", "http:\/\/*\/*", "http:\/\/*\/", "storage", "unlimitedStorage", "management" ], "content_scripts": [ { "run_at": "document_end", "exclude_matches": [ "*:\/\/www.tumblr.com\/upload\/*", "*:\/\/www.tumblr.com\/customize\/*" ], "matches": [ "*:\/\/www.tumblr.com\/*" ], "js": [ "overpass.js" ] } ] } |