Add To Serious

Serious, at your fingertips.

Τι είναι το Add To Serious;

Το Add To Serious είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://serious.io, και η κύρια λειτουργία του είναι "Serious, at your fingertips.".

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

screenshot

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

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

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

                        Ever stumbled across an awesome GIF and wished you could instantly save it?  This chrome extension adds a "Add to Serious" option to the menu when you right click on a GIF.

Quickly add a caption, tags, or just stash it in your collections for quick access later.

New: We've added an icon to the actions bar for one-click access to your collected GIFs! This makes it easy to drag and drop your GIFs directly into emails or anything else you can imagine.                    

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

Όνομα Add To Serious Add To Serious
ID efpbkhgelmmcmpgkgdkmlkjjclgddpdi
Επίσημο URL https://chrome.google.com/webstore/detail/add-to-serious/efpbkhgelmmcmpgkgdkmlkjjclgddpdi
Περιγραφή Serious, at your fingertips.
Μέγεθος Αρχείου 609 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-01-05
Ημερομηνία Δημοσίευσης 2016-01-05
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής http://serious.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://serious.io
Διεύθυνση URL της Σελίδας Βοήθειας https://serious.io/pages/faq
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "__MSG_appNameLite__",
    "description": "__MSG_appDescLite__",
    "default_locale": "en",
    "version": "1.0.1",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "data\/serious-16.png",
            "48": "data\/serious-48.png"
        },
        "default_title": "Serious",
        "default_popup": "data\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "data\/jquery.js",
            "data\/common.js",
            "data\/add_to_serious_backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "data\/add_to_serious_contentscript.css"
            ],
            "js": [
                "data\/jquery.js",
                "data\/common.js",
                "data\/add_to_serious_contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/serious-16.png",
        "48": "data\/serious-48.png",
        "128": "data\/serious-128.png",
        "512": "data\/serious-512.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}