ReloadoScreenshot

Take And Share Screenshots

ReloadoScreenshotとは何ですか?

ReloadoScreenshotはhttp://screenshot.reloado.comによって開発されたChromeの拡張機能で、その主な機能は「Take And Share Screenshots」です。

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

screenshot

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

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

拡張機能の使用方法

                        Take, edit and share full page screenshots with Google Chrome. It's free and simple!

New: Unique one-click technology!

Instructions:
1. Install this extension.
2. Take a screenshot by pressing the "ScreenshotReloado"-Button.
3. Log in, edit and share your screenshot!

Attribution: This extension use "Full Page Screen Capture" by Peter Coles (MIT LICENSE / https://raw.github.com/mrcoles/full-page-screen-capture-chrome-extension/master/LICENSE / http://mrcoles.com/).                    

拡張機能の基本情報

名前 ReloadoScreenshot ReloadoScreenshot
ID dnjahcofgnkeniikejcpbgfdbglfkkcm
公式URL https://chrome.google.com/webstore/detail/reloadoscreenshot/dnjahcofgnkeniikejcpbgfdbglfkkcm
説明 Take And Share Screenshots
ファイルサイズ 18.26 KB
インストール数 52
現在のバージョン 1.2.0
最終更新日 2014-12-31
公開日 2014-12-30
評価 5.00/5 合計 1 レビュー
開発者 http://screenshot.reloado.com
支払い方法 free
拡張機能のウェブサイト http://screenshot.reloado.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReloadoScreenshot",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Take And Share Screenshots",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}