Send to Internet Archive
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Send to Internet Archive क्या है?
Send to Internet Archive Aaron Lenoir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send to Internet Archive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. Please consider donating to the Internet Archive: https://archive.org/donate
एक्सटेंशन की मूल जानकारी
नाम | Send to Internet Archive |
ID | bahemchapiecnbbljjmnjkpneaphcncl |
आधिकारिक URL | https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl |
विवरण | Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. |
फ़ाइल का आकार | 14.06 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2019-10-18 |
प्रकाशन तिथि | 2019-10-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Aaron Lenoir |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AaronLenoir/SendToArchive |
सहायता पृष्ठ URL | https://github.com/AaronLenoir/SendToArchive/issues |
समर्थित भाषाएँ | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Aaron Lenoir", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "2.0.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive", "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "browser_action": { "default_icon": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "default_title": "__MSG_defaultTitle__" }, "background": { "scripts": [ "background_scripts\/background.js" ], "persistent": false } } |