Pikiz

Caption beautiful images on the web. Inspire your friends and followers.

Τι είναι το Pikiz;

Το Pikiz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getpikiz.com, και η κύρια λειτουργία του είναι "Caption beautiful images on the web. Inspire your friends and followers.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pikiz

Λήψη αρχείων επέκτασης Pikiz σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The easiest and fastest way to create and share viral images from anywhere with anyone.
The Pikiz extension allows you to add text to any images and transform any text into images from any website. Use it to have fun with your friends and family, to engage your followers or for your marketing campaign.
Once installed, just click on the “Caption this” button appearing while you mouse over image or on the “Quote this” button when you select text.
Let your creativity run wild!

Features:

- 1000+ free high quality background images.
- Around 200 nice fonts to impress.
- Filters, overlay to customize images.
- Customized text layouts (color, size and background color) to compose beautiful messages.
- Use various emojis, stickers and shapes for a unique touch.
- Upload your own images.
- Make your images fit social media image sizes.
- Option to crop and resize images.
- Share created images on Facebook, Twitter, Google+, LinkedIn or Pinterest or email it to anyone.
- Download your created images to your computer.
- Create unlimited images.
- Create an account to save your images and templates.
- Personal dashboard.
- Custom watermark.
- Custom image URL.
- Custom call-to-action.
- Pikiz for Team.
- Analytics.
- Inline editor.

Install the Pikiz extension now to start creating stunning images!

Get Pikiz now! Get in the fun!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pikiz Pikiz
ID bgnbkbdgafaaghfbnmhejdajbeboloci
Επίσημο URL https://chrome.google.com/webstore/detail/pikiz/bgnbkbdgafaaghfbnmhejdajbeboloci
Περιγραφή Caption beautiful images on the web. Inspire your friends and followers.
Μέγεθος Αρχείου 19.87 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2015-12-03
Ημερομηνία Δημοσίευσης 2015-12-03
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://getpikiz.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pikiz",
    "description": "Caption beautiful images on the web. Inspire your friends and followers.",
    "version": "0.3.0",
    "author": "TEKXL LLC",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "content_script.js",
            "content_security_policy.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/default\/icon19.png",
            "38": "images\/default\/icon38.png"
        },
        "default_title": "Pikiz",
        "default_popup": "menu.html"
    },
    "icons": {
        "16": "images\/default\/icon16.png",
        "48": "images\/default\/icon48.png",
        "128": "images\/default\/icon128.png"
    }
}