Postit

Postit - поделись информацией с посещаемой страницы в аккаунте соц. сети. А также слушай музыку и просматривай видео из vk.com

What is Postit?

Postit is a Chrome extension developed by https://postit.kovcost.com, and its main feature is "Postit - поделись информацией с посещаемой страницы в аккаунте соц. сети. А также слушай музыку и просматривай видео из vk.com".

Extension Screenshots

screenshot

Download Postit Extension CRX File

Download Postit 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

                        Плагин "Postit" -  здесь и сейчас делишься информацией с посещаемой страницы в свой аккаунт социальной сети, печатаешь материал или отправляешь его по почте.
 А также слушать музыку и просматривать видео из vk.com                    

Extension Basic Information

Name Postit Postit
ID lghbfnhongljkpifahfdoogbelnfhbph
Official URL https://chromewebstore.google.com/detail/postit/lghbfnhongljkpifahfdoogbelnfhbph
Description Postit - поделись информацией с посещаемой страницы в аккаунте соц. сети. А также слушай музыку и просматривай видео из vk.com
File Size 183 KB
Installation Count 22
Current Version 1.0.2007
Last Updated 2013-10-24
Publish Date 2013-10-23
Rating 5.00/5 Total 1 Ratings
Developer https://postit.kovcost.com
Payment Type free
Extension Website http://postit.kovcost.com
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Postit",
    "version": "1.0.2007",
    "manifest_version": 2,
    "description": "Postit - \u043f\u043e\u0434\u0435\u043b\u0438\u0441\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439 \u0441 \u043f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0432 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0435 \u0441\u043e\u0446. \u0441\u0435\u0442\u0438. \u0410 \u0442\u0430\u043a\u0436\u0435 \u0441\u043b\u0443\u0448\u0430\u0439 \u043c\u0443\u0437\u044b\u043a\u0443 \u0438 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0439 \u0432\u0438\u0434\u0435\u043e \u0438\u0437 vk.com",
    "homepage_url": "http:\/\/postit.kovcost.com",
    "author": "Kovcost",
    "minimum_chrome_version": "28",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Postit",
        "default_icon": {
            "19": "images\/icon16.png",
            "38": "images\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ],
            "js": [
                "js\/exit.js"
            ],
            "run_at": "document_end"
        }
    ]
}