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 |
官方網址 | 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" } |