Flashbackr

Flashbackr is the simplest way to capture and organise all your content

Τι είναι το Flashbackr;

Το Flashbackr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://flashbackr.com, και η κύρια λειτουργία του είναι "Flashbackr is the simplest way to capture and organise all your content".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flashbackr

Λήψη αρχείων επέκτασης Flashbackr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Forget bookmarking, start Flashbacking!

Flashbackr is the simplest way to capture and organize online content (articles, images, YouTube videos, Tweets and much more) and offline content (any type of file: documents, music etc.). Flashbackr's unique tagging system keeps all the content that matters to you tidy and incredibly fast to search. All saved items can be viewed online from any device on your flashbackr.com private account.

Extension Features:

• Simple extension menu for capturing webclips, entire webpages and bookmarks
• Growing list of integrated websites that enables a 1-click save of Instagrams, Facebook posts and many more custom content types. See them all at http://flashbackr.com/apps
• The extension signals when a saveable item such as a Tweet or Amazon product is hovered
• Right click menu for faster saving                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Flashbackr Flashbackr
ID gdlniomiohellmammjpokcnmcnkoaapl
Επίσημο URL https://chromewebstore.google.com/detail/flashbackr/gdlniomiohellmammjpokcnmcnkoaapl
Περιγραφή Flashbackr is the simplest way to capture and organise all your content
Μέγεθος Αρχείου 524 KB
Αριθμός Εγκαταστάσεων 494
Τρέχουσα Έκδοση 2.0.18
Τελευταία Ενημέρωση 2021-05-25
Ημερομηνία Δημοσίευσης 2018-04-06
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://flashbackr.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://flashbackr.com
Διεύθυνση URL της Σελίδας Βοήθειας https://flashbackr.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://flashbackr.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flashbackr",
    "short_name": "Flashbackr",
    "version": "2.0.18",
    "manifest_version": 2,
    "minimum_chrome_version": "6",
    "author": "flashbackr.com",
    "description": "Flashbackr is the simplest way to capture and organise all your content",
    "icons": {
        "16": "images\/fbkr-16.png",
        "19": "images\/fbkr-19.png",
        "48": "images\/fbkr-48.png",
        "128": "images\/fbkr-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "cookies",
        "webRequest",
        "storage",
        ""
    ],
    "commands": {
        "send-item-or-bookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Send page item or bookmark"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/player.vimeo.com\/video\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/p\/*\/embed*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/vine.co\/*\/embed\/simple"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/plugins\/post.php?href=*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/vk.com\/widget_post.php?*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.slideshare.net\/slideshow\/embed_code\/key\/*",
                "https:\/\/www.slideshare.net\/slideshow\/embed_code\/key\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/flashbackr.com\/home?*",
            "https:\/\/flashbackr.com\/",
            "https:\/\/flashbackr.com\/browser-hotspot\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Capture content from websites in 1 click",
        "default_icon": {
            "19": "images\/fbkr-19.png",
            "38": "images\/fbkr-38.png"
        },
        "default_popup": "popup.html"
    }
}