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
公式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
Eメール [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"
    }
}