URL SAVER
This extension saves the pages where you at
URL SAVER क्या है?
URL SAVER https://mrluissan.ninja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension saves the pages where you at"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL SAVER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there. You are also able to bind a shortcut to save the pages and also open the extension. I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.
एक्सटेंशन की मूल जानकारी
नाम | URL SAVER |
ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc |
विवरण | This extension saves the pages where you at |
फ़ाइल का आकार | 713 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 2 |
अंतिम अपडेट | 2017-07-05 |
प्रकाशन तिथि | 2017-07-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://mrluissan.ninja |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL SAVER", "description": "This extension saves the pages where you at ", "version": "2", "author": "Luis Adame Rodr\u00edguez - @mrluissan", "homepage_url": "https:\/\/mrluissan.ninja", "commands": { "saveTab": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+Q" }, "description": "Saves the url" } }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ] } |