FixelJoint

Unleash the power of the pixel with new features for Pixel Joint!

Was ist FixelJoint?

FixelJoint ist eine Chrome-Erweiterung, die von EdJr entwickelt wurde, und ihr Hauptmerkmal ist "Unleash the power of the pixel with new features for Pixel Joint!".

Erweiterungsscreenshots

screenshot

FixelJoint-Erweiterungs-CRX-Datei herunterladen

Laden Sie FixelJoint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        FixelJoint is a little extension that aims to improve the usability of Pixel Joint, one of the greatest pixel art communities out there. Just add the extension, choose the features you want to enable et voilà! Feel free to suggest new ones!

Features:
- Background color picker
- Link to piece inspector
- New comment editor (+ smileys made by members!)
- "Random piece" button
- Favorite pieces without leaving their page
- Alternative rating buttons
- Side scroll bar
- Pre-zoomed pieces
- Fix some nonsense (broken links, etc.)
- Change styles
.... And more.

More to come!                    

Grundlegende Informationen zur Erweiterung

Name FixelJoint FixelJoint
ID aiedmlipfjjbagfiiegfnedhmkjninnd
Offizielle URL https://chromewebstore.google.com/detail/fixeljoint/aiedmlipfjjbagfiiegfnedhmkjninnd
Beschreibung Unleash the power of the pixel with new features for Pixel Joint!
Dateigröße 1.58 MB
Installationsanzahl 86
Aktuelle Version 0.10.28
Letztes Update 2021-11-01
Veröffentlichungsdatum 2019-03-08
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler EdJr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FixelJoint",
    "version": "0.10.28",
    "description": "Unleash the power of the pixel with new features for Pixel Joint!",
    "applications": {
        "gecko": {
            "id": "@fixeljoint"
        }
    },
    "icons": {
        "16": "data\/img\/fj-icon-16.png",
        "48": "data\/img\/fj-icon-48.png",
        "128": "data\/img\/fj-icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/img\/fj-icon-19.png",
            "38": "data\/img\/fj-icon-38.png"
        },
        "default_popup": "data\/popup.html",
        "default_title": "Change FixelJoint options"
    },
    "author": "EdJr",
    "background": {
        "scripts": [
            "data\/lib\/is.js",
            "data\/lib\/jquery-3.5.1.js",
            "data\/fixeljoint-chrome.js",
            "data\/fj-features.js",
            "data\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pixeljoint.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.pixeljoint.com\/forum\/*"
            ],
            "run_at": "document_start",
            "css": [
                "data\/lib\/slick.css",
                "data\/lib\/wysiwyg-editor.css",
                "data\/lib\/tinymce\/plugins\/codesample\/css\/prism.css",
                "data\/lib\/tooltipster.css",
                "data\/fixeljoint.css"
            ],
            "js": [
                "data\/lib\/is.js",
                "data\/lib\/jquery-3.5.1.js",
                "data\/lib\/wysiwyg.js",
                "data\/lib\/wysiwyg-editor.js",
                "data\/lib\/jquery-ui.js",
                "data\/lib\/moment.js",
                "data\/lib\/tinymce\/tinymce.min.js",
                "data\/lib\/tinymce\/jquery.tinymce.min.js",
                "data\/smileys.tinymce-plugin.js",
                "data\/lib\/slick.js",
                "data\/lib\/arrive.js",
                "data\/lib\/url.js",
                "data\/lib\/tinycolor.js",
                "data\/lib\/jquery.tooltipster.js",
                "data\/fixeljoint-chrome.js",
                "data\/fj-features.js",
                "data\/preparePage.js",
                "data\/fixeljoint.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.pixeljoint.com\/*"
    ],
    "offline_enabled": false,
    "short_name": "FixelJoint",
    "web_accessible_resources": [
        "data\/popup.js",
        "data\/**\/*.css",
        "data\/**\/*.woff",
        "data\/**\/*.ttf",
        "data\/**\/*.png",
        "data\/**\/*.gif",
        "data\/**\/*.svg"
    ]
}