Link Save
An extension to save the links of all all open tabs to read later
Link Save क्या है?
Link Save abden003 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to save the links of all all open tabs to read later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Save एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks. We created this app to help you keep track of all the tabs you want to read one day. This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select). It will save everything in your bookmark folder under the "LinkSave" folder.
एक्सटेंशन की मूल जानकारी
नाम | Link Save |
ID | kbobnagbmjmpcpioklajkgafggfdcafe |
आधिकारिक URL | https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe |
विवरण | An extension to save the links of all all open tabs to read later |
फ़ाइल का आकार | 43.1 KB |
स्थापना संख्या | 1,145 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2015-06-17 |
प्रकाशन तिथि | 2015-06-16 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | abden003 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://sudohalt.github.io/LinkSave/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Save", "description": "An extension to save the links of all all open tabs to read later", "version": "1.3", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "bookmarks" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } } |