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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save My Manga एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily save your place in the manga you're reading. Currently only supports KissManga.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mkhnkmahlmigcbkcbjellnlkghjlimig |
आधिकारिक URL | 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\/*" ] } |