Post! (Postila)

Postila - from Russia with Love!

Apa itu Post! (Postila)?

Post! (Postila) adalah ekstensi Chrome yang dikembangkan oleh https://postila.ru, dan fitur utamanya adalah "Postila - from Russia with Love!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Post! (Postila)

Unduh file ekstensi Post! (Postila) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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

¯\_(ツ)_/¯                    

Informasi Dasar Ekstensi

Nama Post! (Postila) Post! (Postila)
ID dpjkpdelbaahkeeoeppmgkbliipjcnpm
URL Resmi https://chromewebstore.google.com/detail/post-postila/dpjkpdelbaahkeeoeppmgkbliipjcnpm
Deskripsi Postila - from Russia with Love!
Ukuran File 783 KB
Jumlah Instalasi 10,000
Versi Saat Ini 41.13.9
Terakhir Diperbarui 2020-09-17
Tanggal Publikasi 2020-07-01
Penilaian 4.87/5 Total 1913 Penilaian
Pengembang https://postila.ru
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://postila.ru
URL Halaman Bantuan https://pishite.postila.ru/
URL Halaman Kebijakan Privasi https://postila.ru/page/privacy
Bahasa yang Didukung 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'"
}