Finitimus

Publish Date and Related Content Add-On

Finitimus क्या है?

Finitimus https://www.finitimus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Publish Date and Related Content Add-On"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Finitimus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}