Paizo Campaign Tools

A collection of tools for enhancing the Paizo PbP experience.

Paizo Campaign Tools क्या है?

Paizo Campaign Tools oladon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A collection of tools for enhancing the Paizo PbP experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paizo Campaign Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a set of tools designed to enhance the Paizo forum experience.

Current tools are:

* Campaign Sorter (lets you sort campaign pages)
* User Blacklist (greys out or hides posts by certain users)
* Custom Avatar Selection (lets you display a custom avatar for any user)
* Alias Selector (lets you set a default posting alias for each campaign, then automatically selects it when you visit one of that campaign's threads)
* Alias Sorter (lets you sort user alias pages, and adds a consolidated "table view")
* Arranger (rearranges the user campaigns page to be more readable [with less scrolling])
* Inactive Alias Designation (allows you to designate aliases as "inactive", causing them to be displayed in a separate section of the page)
* Highlighter (highlights the "(x new)" link on campaign pages)
* Extended Formatting Tags (BBCode): underline ([u][/u]), color ([color=red][/color]), and code ([code][/code])
* "Need to Post" Indicator (allows you to mark a campaign as needing a post from you; automatically resets when you post in that campaign, or can be manually toggled via the button. Automatically sets itself when you have unread posts in the campaign.)
* Header Hider: lets you hide the giant banner at the top of every page

NOTE: Campaign chat has been disabled due to server troubles.                    

एक्सटेंशन की मूल जानकारी

नाम Paizo Campaign Tools Paizo Campaign Tools
ID ibfgfbafipmhmjohndaekilkkldeahgd
आधिकारिक URL https://chromewebstore.google.com/detail/paizo-campaign-tools/ibfgfbafipmhmjohndaekilkkldeahgd
विवरण A collection of tools for enhancing the Paizo PbP experience.
फ़ाइल का आकार 470 KB
स्थापना संख्या 507
वर्तमान संस्करण 2.7.3
अंतिम अपडेट 2022-11-28
प्रकाशन तिथि 2020-07-04
रेटिंग 4.90/5 कुल 20 रेटिंग्स
डेवलपर oladon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/oladon/PaizoCampaignTools
सहायता पृष्ठ URL https://github.com/oladon/PaizoCampaignTools/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paizo Campaign Tools",
    "description": "A collection of tools for enhancing the Paizo PbP experience.",
    "version": "2.7.3",
    "options_page": "content\/options.html",
    "permissions": [
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "content\/protocol.js",
            "content\/db.js",
            "content\/background.js",
            "content\/strophe.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/paizo.com\/*"
            ],
            "css": [
                "skin\/general.css",
                "skin\/fonts.css"
            ],
            "js": [
                "content\/utils.js",
                "content\/headerhider.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/paizo.com\/community\/blog\/",
                "*:\/\/paizo.com\/people\/*",
                "*:\/\/paizo.com\/threads*",
                "*:\/\/paizo.com\/products*",
                "*:\/\/paizo.com\/*\/blog*",
                "*:\/\/paizo.com\/campaigns\/*\/gameplay*",
                "*:\/\/paizo.com\/campaigns\/*\/discussion*",
                "*:\/\/paizo.com\/campaigns\/*\/recruiting*",
                "*:\/\/paizo.com\/cgi-bin\/WebObjects\/Store.woa*",
                "https:\/\/secure.paizo.com\/cgi-bin\/WebObjects\/Store.woa\/wa\/*",
                "https:\/\/secure.paizo.com\/people\/*\/sessions"
            ],
            "css": [
                "skin\/pct.css",
                "skin\/fonts.css",
                "skin\/arranger.css",
                "skin\/avatars.css",
                "skin\/campaigns.css",
                "skin\/needtopost.css"
            ],
            "js": [
                "content\/Autolinker.min.js",
                "content\/protocol.js",
                "content\/campaigns.js",
                "content\/chat.js",
                "content\/blacklist.js",
                "content\/aliases.js",
                "content\/avatars.js",
                "content\/formatting.js",
                "content\/needtopost.js",
                "content\/selector.js",
                "content\/pct.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "skin\/*.svg",
        "skin\/*.png",
        "skin\/MaterialIcons-Regular.woff2",
        "skin\/MaterialIcons-Regular.woff"
    ]
}