MyTools
新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等
What is MyTools?
MyTools is a Chrome extension developed by flybird1971, and its main feature is "新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等".
Extension Screenshots
Download MyTools Extension CRX File
Download MyTools 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
新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等 v0.0.3 新增功能 1. Json 解析工具 2. 时间戳工具 3. 隐藏左侧新闻按钮 v0.0.2 新增功能 1. 右侧增加 谷歌、百度、必应、搜狗搜索引擎 2. 点击过的新闻、增加 visited color 3. 增加版本提醒功能 4. 本地保存用户调整左右窗口比例
Extension Basic Information
Name | MyTools |
ID | dleikndjmgofifooejpbibfdceiollgm |
Official URL | https://chromewebstore.google.com/detail/mytools/dleikndjmgofifooejpbibfdceiollgm |
Description | 新闻、资讯、技术博客、论坛、微博热榜聚合工具, 并提供常用小工具: JSON、时间戳等 |
File Size | 1.07 MB |
Installation Count | 20 |
Current Version | 0.0.3 |
Last Updated | 2020-07-17 |
Publish Date | 2020-07-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | flybird1971 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*", " |