Finitimus
Publish Date and Related Content Add-On
Qu'est-ce que Finitimus ?
Finitimus est une extension Chrome développée par https://www.finitimus.com, et sa fonction principale est "Publish Date and Related Content Add-On".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Finitimus
Téléchargez les fichiers d'extension Finitimus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Finitimus |
ID | ckdjcgaagfcnndkkknfmncedapdjaokb |
URL Officiel | https://chromewebstore.google.com/detail/finitimus/ckdjcgaagfcnndkkknfmncedapdjaokb |
Description | Publish Date and Related Content Add-On |
Taille du Fichier | 331 KB |
Nombre d'Installations | 24,861 |
Version Actuelle | 1.31.9 |
Dernière Mise à Jour | 2015-03-11 |
Date de Publication | 2015-03-11 |
Évaluation | 4.46/5 Total 37 Évaluations |
Développeur | https://www.finitimus.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.finitimus.com |
Langues Prises en Charge | 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" } |