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
官方網址 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"
    }
}