Screeny

Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями

What is Screeny?

Screeny is a Chrome extension developed by serg.ignatov, and its main feature is "Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями".

Extension Screenshots

screenshot
screenshot

Download Screeny Extension CRX File

Download Screeny extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями.

Чтобы сделать скриншот в контекстном меню страницы выберите пункт "Скриншот страницы".                    

Extension Basic Information

Name Screeny Screeny
ID bboodebagkbjfnkgefanjebjknclndfo
Official URL https://chrome.google.com/webstore/detail/screeny/bboodebagkbjfnkgefanjebjknclndfo
Description Позволяет легко сделать скриншот страницы и поделиться ссылкой с друзьями
File Size 52.74 KB
Installation Count 1,000
Current Version 1.5
Last Updated 2014-02-21
Publish Date 2014-02-21
Rating 3.38/5 Total 8 Ratings
Developer serg.ignatov
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5",
    "default_locale": "ru",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "html2canvas.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}