Post! (Postila)

Postila - from Russia with Love!

Co je Post! (Postila)?

Post! (Postila) je rozšíření Chrome vyvinuté https://postila.ru, a jeho hlavní funkcí je „Postila - from Russia with Love!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Post! (Postila)

Stáhněte si soubory rozšíření Post! (Postila) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A handy tool to collect and post knitting schemes, recipes, and other ideas -- "Post!" button from Postila.ru. From Russia with love.

Comments:
★ ★ ★ ★ ★ «I cannot express how much I love this website!» (Helen Zam)
★ ★ ★ ★ ★ «I like it a lot! It's kinda small version of my computer» (Nadyа Chermemkova)
★ ★ ★ ★ ★ «What we wrote in our notebooks, paper sheets (and then later lost), collect pieces of magazines and then also lost -- all this is now always available, clear and convenient!!! I recommend this to all! Thank you for such a gift!» (Elena Djura)

*********** NEWS *********
******* 17.09.2020 *******
Improved posting from Pinterest
******* 12.08.2020 *******
Fixed the display of login form for not logged in users who make screenshots
Better work in AMP-versions of saved pages
Small bugfixes, more stable version 
******* 30.07.2020 *******
Fixed minor bugs
******* 21.04.2020 *******
Fixed the order of boards
Fixed the authorization issue
******* 09.04.2020 *******
Fixed the problem with posting from several websites
Fixed the display of users boards
******* 27.02.2020 *******
➤ Screenshoting returned to the the extension
➤ Fixed the problem with creating secret boards
******* 04.07.2019 *******
➤ Fixed the problem with saving pictures into boards
******* 17.01.2018 *******
 ➤ More images are detected (on all websites)
******* 11.01.2018 *******
 ➤ Better work with Pinterest and OK.ru 
******* 19.11.2017 *******
 ➤ YouTube support improved
 ➤ Pinterest support improved
******* 4.09.2017 *******
 ➤ Support for new YouTube layout
******* 20.08.2017 *******
 ➤ Better error reporting
 ➤ Various improvements and fixes
******* 26.07.2017 *******
 ➤ Secret Boards and Posts! Now you can collect posts that will be visible only to you
 ➤ Various interface fixes
 ➤ Better stability and minor bugfixes
******* 19.05.2017 *******
 ➤ Fixes for retina displays
 ➤ Improvements for multiple pictures posting
 ➤ Fixes for error reporting
******* 28.03.2017 *******
 ➤ Hovering button for OK.ru and other websites fixed + some other fixes/improvements
******* 21.03.2017 *******
 ➤ Small bugfixes, more stable version
******* 28.02.2017 *******
 ➤ This version (38.0.x) is the version pure internationalized version of Postila button! English and Russian are supported, Spanish is coming soon
______________________
Official free extension of Postila project (Postila.ru) for the following browsers: Google Chrome, Yandex, and Mail.ru.

Short address of this extension (send this link to a friend!): POST.POSTILA.RU

Customer Care and Support Center: Pishite.Postila.ru

¯\_(ツ)_/¯                    

Základní Informace o Rozšíření

Název Post! (Postila) Post! (Postila)
ID dpjkpdelbaahkeeoeppmgkbliipjcnpm
Oficiální URL https://chromewebstore.google.com/detail/post-postila/dpjkpdelbaahkeeoeppmgkbliipjcnpm
Popis Postila - from Russia with Love!
Velikost souboru 783 KB
Počet instalací 10,000
Aktuální Verze 41.13.9
Poslední Aktualizace 2020-09-17
Datum Vydání 2020-07-01
Hodnocení 4.87/5 Celkem 1913 Hodnocení
Vývojář https://postila.ru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://postila.ru
URL Stránky Nápovědy https://pishite.postila.ru/
URL Stránky Zásad Ochrany Soukromí https://postila.ru/page/privacy
Podporované Jazyky en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "41.13.9",
    "description": "__MSG_description__",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/postila.ru\/*",
                "*:\/\/*.postila.ru\/*",
                "*:\/\/postila.io\/*",
                "*:\/\/*.postila.io\/*",
                "*:\/\/postila.co\/*",
                "*:\/\/*.postila.co\/*"
            ],
            "css": [
                "css\/hoverButton.css",
                "screenshot\/screenshotHelper.css"
            ],
            "js": [
                "hoverButton.js",
                "js\/shortcut.js",
                "screenshotHelper.js",
                "hotkeys.helper.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mark.helper.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/postila.ru\/*",
                "*:\/\/*.postila.ru\/*",
                "*:\/\/postila.io\/*",
                "*:\/\/*.postila.io\/*",
                "*:\/\/postila.co\/*",
                "*:\/\/*.postila.co\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/es6-promise.min.js",
                "js\/fetch.min.js",
                "post.js",
                "js\/purify.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "js\/domains\/*",
        "*.svg",
        "*.map"
    ],
    "browser_action": {
        "default_title": "__MSG_action__",
        "default_icon": "40x40.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}