Stencil

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

Stencil क्या है?

Stencil https://getstencil.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly add text to any image - just right-click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stencil एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Stencil Stencil
ID hgmhphfbdfbkokcfajipbmkcakmmepeb
आधिकारिक URL https://chromewebstore.google.com/detail/stencil/hgmhphfbdfbkokcfajipbmkcakmmepeb
विवरण Instantly add text to any image - just right-click!
फ़ाइल का आकार 23.75 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.1.4
अंतिम अपडेट 2022-05-12
प्रकाशन तिथि 2020-01-07
रेटिंग 3.88/5 कुल 120 रेटिंग्स
डेवलपर https://getstencil.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getstencil.com/
सहायता पृष्ठ URL https://help.getstencil.com/
गोपनीयता नीति पृष्ठ URL https://getstencil.com/privacy
समर्थित भाषाएँ 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"
    }
}