Posted To Reddit Or Not?

Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…

¿Qué es Posted To Reddit Or Not??

Posted To Reddit Or Not? es una extensión de Chrome desarrollada por john.horner, y su función principal es "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Posted To Reddit Or Not?

Descarga archivos de extensión Posted To Reddit Or Not? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.

Version 0.5: some columns sortable..
Version 0.4: fixed date bug, internal improvements.
Version 0.3: improved icons, reduced permissions.                    

Información Básica de la Extensión

Nombre Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
URL Oficial https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Descripción Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Tamaño del Archivo 24.01 KB
Cantidad de Instalaciones 64
Versión Actual 0.5
Última Actualización 2016-11-08
Fecha de Publicación 2016-11-08
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador john.horner
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://johnhorner.info/posted-to-reddit-or-not/
URL de la Página de Ayuda http://johnhorner.info/posted-to-reddit-or-not/
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "short_name": "postedToRedditOrNot",
    "name": "Posted To Reddit Or Not?",
    "version": "0.5",
    "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}