Paintly

Web paint tool. Draw on web pages and take screnshots

Paintlyとは何ですか?

Paintlyはimpectillxoによって開発されたChromeの拡張機能で、その主な機能は「Web paint tool. Draw on web pages and take screnshots」です。

拡張機能のスクリーンショット

screenshot

Paintly拡張機能のCRXファイルをダウンロード

Paintly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Paintly allows you to draw on web pages! You can annotate web page screenshots with figures, brushes, and text.

Features:
⭐ Familiar paint tools - figures, brushes, background filler, etc
⭐ Use different shapes, sizes and colors
⭐ Export as a screenshot                    

拡張機能の基本情報

名前 Paintly Paintly
ID glfondjanahgpmkgjggafhdnbbcidhgf
公式URL https://chrome.google.com/webstore/detail/paintly/glfondjanahgpmkgjggafhdnbbcidhgf
説明 Web paint tool. Draw on web pages and take screnshots
ファイルサイズ 222 KB
インストール数 300,000
現在のバージョン 1.3.2
最終更新日 2021-10-19
公開日 2021-07-22
評価 4.20/5 合計 5 レビュー
開発者 impectillxo
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1563WlK2HUCWuTG_SxNOp92eZXNxPnqE43vOO6bV0byk/edit?usp=sharing
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Paintly",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "description": "__MSG_app_desc__",
        "name": "__MSG_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "1.3.2",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}