Stencil

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

Vad är Stencil?

Stencil är en Chrome-tillägg utvecklad av https://getstencil.com, och dess huvudfunktion är "Instantly add text to any image - just right-click!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Stencil-förlängningens CRX-fil

Ladda ner Stencil-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Stencil Stencil
ID hgmhphfbdfbkokcfajipbmkcakmmepeb
Officiell webbadress https://chromewebstore.google.com/detail/stencil/hgmhphfbdfbkokcfajipbmkcakmmepeb
Beskrivning Instantly add text to any image - just right-click!
Filstorlek 23.75 KB
Antal Installationer 20,000
Aktuell Version 2.1.4
Senast Uppdaterad 2022-05-12
Publiceringsdatum 2020-01-07
Betyg 3.88/5 Totalt 120 Betyg
Utvecklare https://getstencil.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getstencil.com/
Hjälpsida URL https://help.getstencil.com/
URL till Sekretesspolicy Sidan https://getstencil.com/privacy
Stödda Språk 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"
    }
}