Finitimus

Publish Date and Related Content Add-On

Was ist Finitimus?

Finitimus ist eine Chrome-Erweiterung, die von https://www.finitimus.com entwickelt wurde, und ihr Hauptmerkmal ist "Publish Date and Related Content Add-On".

Erweiterungsscreenshots

screenshot
screenshot

Finitimus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Finitimus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ever read an article on the web and couldn’t find when it was published? Ever wondered who’s the source of the article or piece of content you’re reading?
Well, we had it up to here with that. So we created Finitimus.
Finitimus (beta) currently allows users to find the publish date for articles and other Internet content, with a click of a button. And believe us, this won’t just be it—there are more cool features coming your way soon!                    

Grundlegende Informationen zur Erweiterung

Name Finitimus Finitimus
ID ckdjcgaagfcnndkkknfmncedapdjaokb
Offizielle URL https://chromewebstore.google.com/detail/finitimus/ckdjcgaagfcnndkkknfmncedapdjaokb
Beschreibung Publish Date and Related Content Add-On
Dateigröße 331 KB
Installationsanzahl 24,861
Aktuelle Version 1.31.9
Letztes Update 2015-03-11
Veröffentlichungsdatum 2015-03-11
Bewertung 4.46/5 Insgesamt 37 Bewertungen
Entwickler https://www.finitimus.com
Zahlungsart free
Erweiterungswebsite http://www.finitimus.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "browser_action": {
        "default_title": "Finitimus",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon19.png"
    },
    "description": "Publish Date and Related Content Add-On",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "homepage_url": "http:\/\/www.finitimus.com\/",
    "version": "1.31.9",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ],
    "name": "Finitimus"
}