Finitimus
Publish Date and Related Content Add-On
Finitimus là gì?
Finitimus là một tiện ích mở rộng Chrome được phát triển bởi https://www.finitimus.com, và tính năng chính của nó là "Publish Date and Related Content Add-On".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Finitimus
Tải xuống các tệp mở rộng Finitimus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Finitimus |
ID | ckdjcgaagfcnndkkknfmncedapdjaokb |
URL Chính Thức | https://chromewebstore.google.com/detail/finitimus/ckdjcgaagfcnndkkknfmncedapdjaokb |
Mô tả | Publish Date and Related Content Add-On |
Kích Thước Tệp | 331 KB |
Số Lần Cài Đặt | 24,861 |
Phiên Bản Hiện Tại | 1.31.9 |
Cập Nhật Lần Cuối | 2015-03-11 |
Ngày Phát Hành | 2015-03-11 |
Đánh Giá | 4.46/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://www.finitimus.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.finitimus.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |