Finitimus
Publish Date and Related Content Add-On
Finitimusとは何ですか?
Finitimusはhttps://www.finitimus.comによって開発されたChromeの拡張機能で、その主な機能は「Publish Date and Related Content Add-On」です。
拡張機能のスクリーンショット
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 |
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" } |