gifster

gifster chrome extension

Τι είναι το gifster;

Το gifster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DerekJonesCanada, και η κύρια λειτουργία του είναι "gifster chrome extension".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use gifster to easily bookmark and share your favourite images on the web.

// Bookmarking images
If you come across an image on the web that you want to bookmark, simply right-click the image and select the "Bookmark image" gifster option. This saves the image to your personal library for later use.

// Browsing your library
To open up your image library, you can right-click a textfield (eg. a comment box), and select the "Insert image" gifster option. You can scroll through your image library until you find the image that you are looking for. 

//Sharing images
To share an image, click the green checkmark and you will then be able to copy the link for the image that you've chosen. After copying the link, paste it wherever you'd like to share it.

//Managing your library
Lastly, if you want to remove an image from your library, just click the trash can and the image will be permanently deleted from your library.

//FAQ
Q: Is gifster open source?
A: Yes, http://derekjonescanada.github.io/gifster/

Q: Does gifster store images on my computer?
A: No, gifster stores text urls using chrome's local storage.

Q: Will I use extra bandwidth by viewing images in gifster's library?
A: No, web browsers use caching to avoid downloading data that has already been received.

Notice:
gifster requires access to your data on websites, tabs and browsing activity, but gifster does NOT have adware, malware, or spyware, and does NOT collect or use your data.

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout                    

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

Όνομα gifster gifster
ID gmfdafiojbbogpmceenambfbjnjfkmjk
Επίσημο URL https://chromewebstore.google.com/detail/gifster/gmfdafiojbbogpmceenambfbjnjfkmjk
Περιγραφή gifster chrome extension
Μέγεθος Αρχείου 102 KB
Αριθμός Εγκαταστάσεων 119
Τρέχουσα Έκδοση 0.9.7
Τελευταία Ενημέρωση 2014-02-17
Ημερομηνία Δημοσίευσης 2014-02-17
Αξιολόγηση 3.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής DerekJonesCanada
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://derekjonescanada.github.io/gifster/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gifster",
    "version": "0.9.7",
    "manifest_version": 2,
    "description": "gifster chrome extension",
    "background": {
        "scripts": [
            "scripts\/modernizr.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-1.10.2.min.js",
                "scripts\/jquery.lazy.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/icon_128.png",
        "images\/close_button.png",
        "images\/loading.gif",
        "images\/logo_200.png",
        "images\/insert.png",
        "images\/trash.png",
        "images\/donate.png"
    ]
}