Stencil

Instantly add text to any image - just right-click!

Cos'è Stencil?

Stencil è un'estensione di Chrome sviluppata da https://getstencil.com, e la sua funzione principale è "Instantly add text to any image - just right-click!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stencil

Scarica i file di estensione Stencil in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Stencil Chrome extension lets you highlight text anywhere on the web and turn it into an image instantly. See an image you want to add some text to? Just right-click any image and select "Open Image with Stencil".

Then you can start creating and customizing your image!

- Over 5,000,000+ new royalty-free background photos (with search)
- Over 3,100,000+ royalty-free icons (with search)
- 1,350+ all new templates (with search)
- 4,700+ fonts
- Instantly add captions to images on Facebook, Twitter, Pinterest & Instagram and any images on the web!
- Custom watermarks
- Works on any website!

Start creating and sharing your images with Stencil!                    

Informazioni di Base sull'Estensione

Nome Stencil Stencil
ID hgmhphfbdfbkokcfajipbmkcakmmepeb
URL Ufficiale https://chromewebstore.google.com/detail/stencil/hgmhphfbdfbkokcfajipbmkcakmmepeb
Descrizione Instantly add text to any image - just right-click!
Dimensione del File 23.75 KB
Conteggio Installazioni 20,000
Versione Corrente 2.1.4
Ultimo Aggiornamento 2022-05-12
Data di Pubblicazione 2020-01-07
Valutazione 3.88/5 Totale 120 Valutazioni
Sviluppatore https://getstencil.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getstencil.com/
URL della Pagina di Aiuto https://help.getstencil.com/
URL della Pagina della Politica sulla Privacy https://getstencil.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stencil",
    "description": "Instantly add text to any image - just right-click!",
    "version": "2.1.4",
    "author": "Stencil",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Stencil",
        "default_icon": {
            "19": "images\/icons\/logo-19x19.png",
            "38": "images\/icons\/logo-38x38.png"
        }
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/extend.js",
                "js\/Frame.js",
                "js\/Stencil.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/logo-16x16.png",
        "48": "images\/icons\/logo-48x48.png",
        "128": "images\/icons\/logo-128x128.png"
    }
}