MyTools

新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等

Wat is MyTools?

MyTools is een Chrome-extensie ontwikkeld door flybird1971, en de belangrijkste functie is "新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MyTools

Download MyTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等

v0.0.3 新增功能
 1. Json 解析工具
 2. 时间戳工具
 3. 隐藏左侧新闻按钮

v0.0.2 新增功能
  1.  右侧增加 谷歌、百度、必应、搜狗搜索引擎
  2.  点击过的新闻、增加 visited color
  3.  增加版本提醒功能
  4.  本地保存用户调整左右窗口比例                    

Basisinformatie over de Extensie

Naam MyTools MyTools
ID dleikndjmgofifooejpbibfdceiollgm
Officiële URL https://chromewebstore.google.com/detail/mytools/dleikndjmgofifooejpbibfdceiollgm
Beschrijving 新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等
Bestandsgrootte 1.07 MB
Aantal Installaties 20
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2020-07-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar flybird1971
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyTools",
    "description": "\u65b0\u95fb\u3001\u8d44\u8baf\u3001\u6280\u672f\u535a\u5ba2\u3001\u8bba\u575b\u3001\u5fae\u535a\u70ed\u699c\u805a\u5408\u5de5\u5177, \u5e76\u63d0\u4f9b\u5e38\u7528\u5c0f\u5de5\u5177: JSON\u3001\u65f6\u95f4\u6233\u7b49",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "MyTools",
        "default_icon": "icons\/icon-48x48.png"
    },
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "www\/index.html"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}