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文件

下載Stencil擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}