Flamory

Create page snapshot with searchable content and screenshots. Works for local files too!

Τι είναι το Flamory;

Το Flamory είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://flamory.com, και η κύρια λειτουργία του είναι "Create page snapshot with searchable content and screenshots. Works for local files too!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Remember everything! 
Flamory saves a copy of every web page or file that you see on your screen.

Snapshot interesting stuff. Tell Flamory to make a snapshot. It will save a screenshot, selected text and position on the page. Double-click the snapshot and Flamory will open the exact place in the web page. It's like a bookmark, but better.

Search your memory. Find a saved web page by any words from its contents. Or scroll the list of snapshots and find the one by screenshot.

Auto-search. When you do a Google search, Flamory will search your snapshots too. If it founds something, blue stripe will appear on the right side of the screen. This stripe will also appear when you visit a page that you snapshotted. Right-click it to see what was found.

Topics. Flamory groups related snapshots into topics. Just click on T near any snapshot to see your whole research in one place.

All the apps. Flamory works the same way with web pages, emails, local files, pdf books, and other documents.

Privacy protected. History and all the snapshots stay on your computer. They are never uploaded to any cloud. Flamory will ignore private browsing sessions and hidden files. You can pause history recording at any time.

NOTE: For this plugin to work, you need Flamory Desktop App installed. Download it from http://flamory.com/en/download                    

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

Όνομα Flamory Flamory
ID gbhgcnlmebkfghhfchlgoagndjmlembd
Επίσημο URL https://chromewebstore.google.com/detail/flamory/gbhgcnlmebkfghhfchlgoagndjmlembd
Περιγραφή Create page snapshot with searchable content and screenshots. Works for local files too!
Μέγεθος Αρχείου 102 KB
Αριθμός Εγκαταστάσεων 125
Τρέχουσα Έκδοση 4.0.19
Τελευταία Ενημέρωση 2015-10-30
Ημερομηνία Δημοσίευσης 2015-10-29
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://flamory.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://flamory.com
Διεύθυνση URL της Σελίδας Βοήθειας http://flamory.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flamory",
    "version": "4.0.19",
    "description": "Create page snapshot with searchable content and screenshots. Works for local files too!",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "http:\/\/localhost:29235\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [],
    "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "forge.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "forge\/app_config.js",
                "forge\/all.js",
                "src\/js\/jquery-1.9.1.min.js",
                "src\/js\/bg\/service_types.js",
                "src\/js\/cs\/content.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "src\/icons\/icon128.png",
        "48": "src\/icons\/icon48.png",
        "16": "src\/icons\/icon32.png"
    },
    "browser_action": {
        "default_icon": "src\/icons\/icon32.png",
        "default_title": "Save to Flamory"
    },
    "manifest_version": 2
}