Post! (Postila)

Postila - from Russia with Love!

ما هو Post! (Postila)؟

Post! (Postila) هو إضافة Chrome تم تطويرها بواسطة https://postila.ru، والميزة الرئيسية لها هي "Postila - from Russia with Love!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Post! (Postila)

قم بتنزيل ملفات الامتداد Post! (Postila) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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

¯\_(ツ)_/¯                    

معلومات أساسية عن التمديد

الاسم Post! (Postila) Post! (Postila)
ID dpjkpdelbaahkeeoeppmgkbliipjcnpm
عنوان URL الرسمي https://chromewebstore.google.com/detail/post-postila/dpjkpdelbaahkeeoeppmgkbliipjcnpm
الوصف Postila - from Russia with Love!
حجم الملف 783 KB
عدد التثبيتات 10,000
النسخة الحالية 41.13.9
آخر تحديث 2020-09-17
تاريخ النشر 2020-07-01
تقييم 4.87/5 مجموع تقييمات 1913
المطور https://postila.ru
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://postila.ru
عنوان صفحة المساعدة https://pishite.postila.ru/
عنوان صفحة سياسة الخصوصية https://postila.ru/page/privacy
اللغات المدعومة 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'"
}