Similar Pages
Find pages similar to the current one!
什么是Similar Pages?
Similar Pages是由Austin Huang开发的Chrome扩展程序,该扩展的主要功能是“Find pages similar to the current one!”。
扩展截图
下载Similar Pages扩展crx文件
下载Similar Pages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click the extension icon to see similar pages! Currently only support English web sites.
扩展基本信息
名称 | |
ID | acfdoaedghianhkhaneeejlcldikhgjh |
官方URL | https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh |
简介 | Find pages similar to the current one! |
文件大小 | 1.71 MB |
安装次数 | 271 |
当前版本 | 0.1.0 |
更新时间 | 2019-09-04 |
上架时间 | 2019-09-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Austin Huang |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Similar Pages", "version": "0.1.0", "description": "Find pages similar to the current one!", "author": "Austin Huang", "permissions": [ "https:\/\/*.google.com\/", "tabs", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_title": "Click to see similar pages", "default_icon": { "16": "images\/similarpages16.png", "32": "images\/similarpages32.png", "48": "images\/similarpages48.png", "128": "images\/similarpages128.png" } }, "icons": { "16": "images\/similarpages16.png", "32": "images\/similarpages32.png", "48": "images\/similarpages48.png", "128": "images\/similarpages128.png" }, "manifest_version": 2 } |