Finitimus

Publish Date and Related Content Add-On

什麼是Finitimus?

Finitimus是由https://www.finitimus.com開發的Chrome擴展程式,該擴展的主要功能是“Publish Date and Related Content Add-On”。

擴展截圖

screenshot
screenshot

下載Finitimus擴展crx文件

下載Finitimus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Finitimus Finitimus
ID ckdjcgaagfcnndkkknfmncedapdjaokb
官方網址 https://chromewebstore.google.com/detail/finitimus/ckdjcgaagfcnndkkknfmncedapdjaokb
簡介 Publish Date and Related Content Add-On
檔案大小 331 KB
安裝次數 24,861
目前版本 1.31.9
更新時間 2015-03-11
上架時間 2015-03-11
評分 4.46/5 共 37 次評分
開發者 https://www.finitimus.com
付費類型 free
擴展官網 http://www.finitimus.com
支援的語言 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"
}