Seamless Sidekick
Browser extension of Seamless for Mac. Save links and images on the webpages with ease.
Seamless Sidekick क्या है?
Seamless Sidekick Anybox LTD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension of Seamless for Mac. Save links and images on the webpages with ease."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Seamless Sidekick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Seamless Sidekick can only work alongside Seamless for Mac. Save links and images by Control + click on the elements and select the corresponding menu item. Supported features: - Save link - Save link as file - Save image, video and audio file (no larger than 80MB) - Save selected text - Save current page Bonus feature: - Special treat for Instagram lovers: save Instagram images with Seamless Sidekick like any other sites. Visit https://shinystone.net/seamless for more information.
एक्सटेंशन की मूल जानकारी
नाम | Seamless Sidekick |
ID | gagcbnnapoohmeklfogpndeagmnhfgom |
आधिकारिक URL | https://chromewebstore.google.com/detail/seamless-sidekick/gagcbnnapoohmeklfogpndeagmnhfgom |
विवरण | Browser extension of Seamless for Mac. Save links and images on the webpages with ease. |
फ़ाइल का आकार | 34.38 KB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2021-06-18 |
प्रकाशन तिथि | 2021-06-08 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Anybox LTD |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://shinystone.net/seamless |
गोपनीयता नीति पृष्ठ URL | https://anybox.app/privacy-policy |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.3.4", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "http:\/\/localhost\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "instagram.js" ] } ], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } } |