OneClick Share Screenshot

The fastest way to share screenshots

OneClick Share Screenshotとは何ですか?

OneClick Share Screenshotはhttps://1ce.orgによって開発されたChromeの拡張機能で、その主な機能は「The fastest way to share screenshots」です。

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

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

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

拡張機能の使用方法

                        ☑ The fastest way to share a screenshot.

☑ One click, and immediately you get a URL that you can share.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

拡張機能の基本情報

名前 OneClick Share Screenshot OneClick Share Screenshot
ID bilhmoofdampcoaccakcdelibcaafopm
公式URL https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm
説明 The fastest way to share screenshots
ファイルサイズ 58.68 KB
インストール数 233
現在のバージョン 1.1
最終更新日 2018-03-13
公開日 2018-03-13
評価 4.75/5 合計 4 レビュー
開発者 https://1ce.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.openscreenshot.com
ヘルプページのURL http://www.openscreenshot.com
プライバシーポリシーページのURL https://www.webpagescreenshot.info/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneClick Share Screenshot",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The fastest way to share screenshots",
    "homepage_url": "http:\/\/www.openscreenshot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to share screenshot"
    }
}