新闻时效性检测工具

一个检测新闻时效性的工具,根据新闻链接地址里包含的时间字段,检测新闻的时效性。并返回倒序排列的检测结果。

What is 新闻时效性检测工具?

新闻时效性检测工具 is a Chrome extension developed by qqluckylu, and its main feature is "一个检测新闻时效性的工具,根据新闻链接地址里包含的时间字段,检测新闻的时效性。并返回倒序排列的检测结果。".

Extension Screenshots

screenshot

Download 新闻时效性检测工具 Extension CRX File

Download 新闻时效性检测工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        通过新闻链接地址包含的时间字段,检测文章的时效性,支持 2018010  2018/01/01 2018-01-01 几种时间格式                    

Extension Basic Information

Name 新闻时效性检测工具 新闻时效性检测工具
ID bmemcipffdkjjijdipfginjgbmhlgibp
Official URL https://chromewebstore.google.com/detail/%E6%96%B0%E9%97%BB%E6%97%B6%E6%95%88%E6%80%A7%E6%A3%80%E6%B5%8B%E5%B7%A5%E5%85%B7/bmemcipffdkjjijdipfginjgbmhlgibp
Description 一个检测新闻时效性的工具,根据新闻链接地址里包含的时间字段,检测新闻的时效性。并返回倒序排列的检测结果。
File Size 10.4 KB
Installation Count 43
Current Version 1.1
Last Updated 2018-03-23
Publish Date 2018-03-22
Developer qqluckylu
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u65b0\u95fb\u65f6\u6548\u6027\u68c0\u6d4b\u5de5\u5177",
    "description": "\u4e00\u4e2a\u68c0\u6d4b\u65b0\u95fb\u65f6\u6548\u6027\u7684\u5de5\u5177\uff0c\u6839\u636e\u65b0\u95fb\u94fe\u63a5\u5730\u5740\u91cc\u5305\u542b\u7684\u65f6\u95f4\u5b57\u6bb5\uff0c\u68c0\u6d4b\u65b0\u95fb\u7684\u65f6\u6548\u6027\u3002\u5e76\u8fd4\u56de\u5012\u5e8f\u6392\u5217\u7684\u68c0\u6d4b\u7ed3\u679c\u3002",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_title": "\u68c0\u6d4b\u7ed3\u679c",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}