Markers
Add mark as seen buttons to your favorite websites.
Markers क्या है?
Markers https://markers.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add mark as seen buttons to your favorite websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Markers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⚠️ This extension includes paid plans. Once you install the Markers extension for Google Chrome on your desktop, a new mark as seen button will be added to the items listed below: ✓ Videos on Youtube (www.youtube.com) ✓ Videos on TED (www.ted.com) ✓ Tweets on Twitter (www.twitter.com) ✓ Products on Product Hunt (www.producthunt.com) Every time you mark an item as seen, we'll change its visual appearance so that you can easily spot items you've already seen when you visit the sites the next round. Your marked links are automatically synced and backed up on cloud. You have full control over your data. Useful Links: ✓ See our pricing and subscribe at https://www.markers.app/ ✓ Review our privacy policy at https://www.markers.app/privacy @ Contact us with any questions at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Markers |
ID | jhajgeogdlclhbngdccoejhjkaeekhpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/markers/jhajgeogdlclhbngdccoejhjkaeekhpp |
विवरण | Add mark as seen buttons to your favorite websites. |
फ़ाइल का आकार | 32.93 KB |
स्थापना संख्या | 238 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2024-02-22 |
प्रकाशन तिथि | 2020-04-26 |
रेटिंग | 4.00/5 कुल 7 रेटिंग्स |
डेवलपर | https://markers.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.markers.app/ |
गोपनीयता नीति पृष्ठ URL | https://www.markers.app/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markers", "version": "2.0.0", "description": "Add mark as seen buttons to your favorite websites.", "permissions": [ "declarativeContent", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "markers.js" ], "css": [ "markers.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/markers16.png", "32": "images\/markers32.png", "48": "images\/markers48.png", "128": "images\/markers128.png" } }, "icons": { "16": "images\/markers16.png", "32": "images\/markers32.png", "48": "images\/markers48.png", "128": "images\/markers128.png" }, "manifest_version": 3 } |