Polish - UX writing made easy

Edit text and share UX changes instantly

Τι είναι το Polish - UX writing made easy;

Το Polish - UX writing made easy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον polishwebapp, και η κύρια λειτουργία του είναι "Edit text and share UX changes instantly".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Polish - UX writing made easy

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

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

                        Are you a UX Writer? Content Designer? Product Marketer? Content Marketer? Product Manager? Your creative process just became a lot easier! 💅

Polish turns your browser into a powerful writing tool. With Polish you can edit text on any webpage. Instantly iterate on language changes, test how your changes look with the site layout, and capture your changes to easily share with colleagues or customers.

⭐️Features:

1️⃣ Easy-to-use control panel - a low-key unobtrusive interface. Whenever you turn Polish on the control panel will pop, letting you know the page is ready to be rewritten.
2️⃣ A powerful element selector helps you navigate HTML blocks, understand its semantics, counts the number of characters - and edit the internal text.
3️⃣ Save edits - download a revised version of the page, and share with customers or colleagues. 
4️⃣ Clear edits - go back to the source of truth in a single click.
5️⃣ Keyboard support - Navigate, edit, delete, undo, redo and clear pages using only your keyboard.
6️⃣ Emoji support! Add emojis to text.

🕵️FAQ:

❓ How much does Polish cost?
👉 Polish is entirely free to use. Just download the extension to your Chrome browser and start editing web pages.
❓ Does Polish collect my user data?
👉 No. Polish does not collect or store any browsing or sensitive data about you.
❓ Is Polish hard to use?
👉 Polish is as easy as a mouse click! Download the extension, toggle on, and click on any text to edit!

Still have questions? Email [email protected]                    

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

Όνομα Polish - UX writing made easy Polish - UX writing made easy
ID nlhnpmiknpimmdpjldadojameofboeja
Επίσημο URL https://chromewebstore.google.com/detail/polish-ux-writing-made-ea/nlhnpmiknpimmdpjldadojameofboeja
Περιγραφή Edit text and share UX changes instantly
Μέγεθος Αρχείου 77.98 KB
Αριθμός Εγκαταστάσεων 827
Τρέχουσα Έκδοση 0.3.10
Τελευταία Ενημέρωση 2022-01-20
Ημερομηνία Δημοσίευσης 2021-04-20
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής polishwebapp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://polish.launchaco.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://polish.launchaco.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles.css"
    ],
    "browser_action": {
        "default_icon": "toggle off state.png",
        "default_title": "Polish"
    },
    "name": "Polish - UX writing made easy",
    "description": "Edit text and share UX changes instantly",
    "homepage_url": "https:\/\/polish.launchaco.com\/",
    "icons": {
        "16": "toggle off state.png",
        "32": "toggle on state.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "pageCapture",
        "downloads"
    ],
    "version": "0.3.10",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}