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
官方網址 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
電子郵箱 [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"
    }
}