Finitimus

Publish Date and Related Content Add-On

Finitimusคืออะไร?

Finitimus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.finitimus.com และคุณลักษณะหลักของมันคือ "Publish Date and Related Content Add-On"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finitimus

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}