Mark
All the articles and web pages you love right on your new tab page.
Mark क्या है?
Mark http://getmark.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All the articles and web pages you love right on your new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mark allows you to save any web page, article you want to keep for later right on you new tab/new window page in Google Chrome. Sick of keeping dozens of tabs open ? of sending yourself articles by email ? or to save pages in bookmark folders or apps you never go to afterwards ? Save pages that matter to you at the only place you go dozens of times a day : your Chrome "new tab" page ! Whether it's an interesting article you really want to remind yourself to read later, or some pages about a trip you're planning with a friend, or some work project for which you want to keep some searches you made within close reach, Mark is just one tab away. Features ✔ Mark any web page, article right on your new tab page in Chrome ✔ Delete them when you're done ✔ Get your reading done! Happy reading!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fnmcfbcfdlkpflfbabbnomdloookfonb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mark/fnmcfbcfdlkpflfbabbnomdloookfonb |
विवरण | All the articles and web pages you love right on your new tab page. |
फ़ाइल का आकार | 821 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2019-04-03 |
प्रकाशन तिथि | 2019-04-03 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | http://getmark.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.getmark.app |
सहायता पृष्ठ URL | https://getmark.app/help.html |
गोपनीयता नीति पृष्ठ URL | https://getmark.app/legal.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Mark", "name": "Mark", "author": "Claire Chabas", "description": "All the articles and web pages you love right on your new tab page.", "version": "1.0.4", "icons": { "16": "icon-16.png", "19": "icon-19.png", "24": "icon-19.png", "32": "icon-19.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "getpagedata.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-16.png", "default_title": "Mark this page", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |