Save My Manga
Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
什麼是Save My Manga?
Save My Manga是由sp785開發的Chrome擴展程式,該擴展的主要功能是“Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.”。
擴展截圖
下載Save My Manga擴展crx文件
下載Save My Manga擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily save your place in the manga you're reading. Currently only supports KissManga.com
擴展基本資訊
名稱 | |
ID | mkhnkmahlmigcbkcbjellnlkghjlimig |
官方網址 | https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig |
簡介 | Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga. |
檔案大小 | 6.73 KB |
安裝次數 | 53 |
目前版本 | 1.0 |
更新時間 | 2016-12-25 |
上架時間 | 2016-12-25 |
開發者 | sp785 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save My Manga", "description": "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.", "version": "1.0", "browser_action": { "default_icon": "eye128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "eye16.png" }, "permissions": [ "tabs", "storage", "contextMenus", "*:\/\/*.kissmanga.com\/*" ] } |