Bookmate Sort
Enhances the https://bookmate.com experience.
什么是Bookmate Sort?
Bookmate Sort是由Abbas Gussenov开发的Chrome扩展程序,该扩展的主要功能是“Enhances the https://bookmate.com experience.”。
扩展截图
下载Bookmate Sort扩展crx文件
下载Bookmate Sort扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow to sort all your books by page count. Allow to see all your books in one massive list. Allow to see all your premium books. Allow to see all your books in English language. Allow to see all your books in Russian language.
扩展基本信息
名称 | |
ID | diopcmnlghdhaacljhadmckickemajkb |
官方URL | https://chrome.google.com/webstore/detail/bookmate-sort/diopcmnlghdhaacljhadmckickemajkb |
简介 | Enhances the https://bookmate.com experience. |
文件大小 | 46.4 KB |
安装次数 | 41 |
当前版本 | 0.0.0.5 |
更新时间 | 2018-07-16 |
上架时间 | 2018-07-16 |
评分 | 2.00/5 共1次评分 |
开发者 | Abbas Gussenov |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gusenov/bookmate-sort |
帮助页面URL | https://github.com/gusenov/bookmate-sort/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmate Sort", "version": "0.0.0.5", "description": "Enhances the https:\/\/bookmate.com experience.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Abbas Gussenov", "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/*.bookmate.com\/*" ], "short_name": "BookmateSort" } |