Stencil

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

Stencil란 무엇입니까?

Stencil은(는) https://getstencil.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly add text to any image - just right-click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Stencil 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}