Post! (Postila)

Postila - from Russia with Love!

什麼是Post! (Postila)?

Post! (Postila)是由https://postila.ru開發的Chrome擴展程式,該擴展的主要功能是“Postila - from Russia with Love!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Post! (Postila)擴展crx文件

下載Post! (Postila)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL https://pishite.postila.ru/
隱私政策頁面URL 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'"
}