THelper

This extension changes/adds to the default behaviors of Tumblr.com

什麼是THelper?

THelper是由http://www.thelper.co開發的Chrome擴展程式,該擴展的主要功能是“This extension changes/adds to the default behaviors of Tumblr.com”。

擴展截圖

screenshot

下載THelper擴展crx文件

下載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                    

擴展基本資訊

名稱 THelper THelper
ID khiekglhpdlcinaikkhjhogdfcciolch
官方網址 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"
            ]
        }
    ]
}