Pikaso - Screenshot Twitter

Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.

Pikaso - Screenshot Twitterとは何ですか?

Pikaso - Screenshot Twitterはhttps://pikaso.meによって開発されたChromeの拡張機能で、その主な機能は「Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.」です。

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

screenshot
screenshot

Pikaso - Screenshot Twitter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        To use this extension you must first sign in at https://pikaso.me.                    

拡張機能の基本情報

名前 Pikaso - Screenshot Twitter Pikaso - Screenshot Twitter
ID ifoniakgfcodcephanhnaeicbkeianap
公式URL https://chromewebstore.google.com/detail/pikaso-screenshot-twitter/ifoniakgfcodcephanhnaeicbkeianap
説明 Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.
ファイルサイズ 26.59 KB
インストール数 3,150
現在のバージョン 1.5.0
最終更新日 2020-08-31
公開日 2020-05-20
評価 3.29/5 合計 7 レビュー
開発者 https://pikaso.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pikaso.me
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pikaso - Screenshot Twitter",
    "version": "1.5.0",
    "description": "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/camera.svg",
        "images\/camera-hover.svg"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{64beab3e-ce04-40d5-94a3-d360746170fe}"
        }
    }
}