Seen It

Skip over Imgur images that you've already seen.

Wat is Seen It?

Seen It is een Chrome-extensie ontwikkeld door http://arjunsarode.com, en de belangrijkste functie is "Skip over Imgur images that you've already seen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Seen It

Download Seen It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Seen It stores the images you see on Imgur and then automatically skips those images if you see them again. There are also options that allow you to disable skipping images, disable storing images, and clear all your stored images.                    

Basisinformatie over de Extensie

Naam Seen It Seen It
ID nmajkegnjcjcjehiindhfldkfeoifeff
Officiële URL https://chrome.google.com/webstore/detail/seen-it/nmajkegnjcjcjehiindhfldkfeoifeff
Beschrijving Skip over Imgur images that you've already seen.
Bestandsgrootte 36.97 KB
Aantal Installaties 469
Huidige Versie 1.2.0
Laatst Bijgewerkt 2016-09-29
Publicatiedatum 2016-09-29
Beoordeling 3.79/5 Totaal 28 Beoordelingen
Ontwikkelaar http://arjunsarode.com
Betalingswijze free
Extensiewebsite http://arjunsarode.com
Help Pagina-URL http://arjunsarode.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seen It",
    "description": "Skip over Imgur images that you've already seen.",
    "version": "1.2.0",
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imgur.com\/*"
            ],
            "js": [
                "dist\/client.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Seen It",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}