Accountable Meme Generator

Generate Memes with images you find on the Web right on your browser!

Τι είναι το Accountable Meme Generator;

Το Accountable Meme Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Oshani, και η κύρια λειτουργία του είναι "Generate Memes with images you find on the Web right on your browser!".

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

screenshot

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

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

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

                        With this extension you can create memes using images that you come across while browsing the Web. The memes can be created by adding text on the image. 

If available, the information about the source image, such as  the owner of that image and any licensing restrictions will be displayed. You can use that information to ensure that your image won’t violate any copyrights and honor the restrictions set by the original owner. 

After creating your meme,  you can attach a Creative Commons License and share the meme on the Web. Currently the tool supports sharing on http://imgur.com, http://photorm.org and http://imagehare.com. You need to be authenticated via Google credentials before uploading to photorm and imagehare, but anonymous uploads for imgur should work by default.

The tool also supports auditing any resources that you have contributed to the Web! You can check who has viewed, downloaded and shared your images on websites that support a special data and usage restriction handling protocol called HTTPA.                    

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

Όνομα Accountable Meme Generator Accountable Meme Generator
ID dkblghmloenhlmcamapdfdlabjmcghca
Επίσημο URL https://chromewebstore.google.com/detail/accountable-meme-generato/dkblghmloenhlmcamapdfdlabjmcghca
Περιγραφή Generate Memes with images you find on the Web right on your browser!
Μέγεθος Αρχείου 221 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2014-08-02
Ημερομηνία Δημοσίευσης 2014-08-02
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Oshani
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "download_images": {
            "description": "Remix and Share Images on the current page",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        },
        "slideshow_images": {
            "description": "Start slideshow for images on the current page",
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwD24+WOouqtMi2IK6HPS99FtZCtnO8R0i13kvdAWjnIrrcE4SYVEH\/LO2cZjVUOL9mj2K+w\/YCzjT8lQ3nNDIxrjQfH6IiTADmC6l3wyJUdpGlv0qr2eh7ypGiuv7\/KJ0YgciHCPxTbiN6TN1e1Gug5b43SnaORX8hM2kdO1aAJZCkds+KF7re3BK3g3VckR8ytyQVzKMvZfBfIc49zi1evy9mixf3p9\/MlCj45lwjJUbCT\/1kmikx+fKJhqbZTFCsP\/V7FXkc+MaOXOeu\/GLH5OTENIbVEa6srqhbMTOBzZSLAi0jjphMqCO3CeRNHazHGi\/hWIXAhZ\/C9g\/L1wOQIDAQAB",
    "manifest_version": 2,
    "name": "Accountable Meme Generator",
    "optional_permissions": [
        "notifications",
        "downloads"
    ],
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "bookmarks",
        "identity",
        "identity.email",
        "storage"
    ],
    "short_name": "HTTPA PhotoRM",
    "version": "0.1.0",
    "web_accessible_resources": [
        "options.html",
        "audit.html",
        "usage_restrictions.js"
    ],
    "oauth2": {
        "client_id": "143236281988-jbg6h3kiu93kvrj20a6g1pt2slsu129s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    }
}