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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}