Quotebacks - quote the web
Quote the web and manage your snippets.
Quotebacks - quote the web क्या है?
Quotebacks - quote the web https://quotebacks.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quote the web and manage your snippets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quotebacks - quote the web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quotebacks is a tool that makes it easy to grab snippets of text from around the web and convert them into embeddable blockquote web components.
एक्सटेंशन की मूल जानकारी
नाम | Quotebacks - quote the web |
ID | makakhdegdcmmbbhepafcghpdkbemach |
आधिकारिक URL | https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach |
विवरण | Quote the web and manage your snippets. |
फ़ाइल का आकार | 429 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2022-01-22 |
प्रकाशन तिथि | 2020-06-30 |
रेटिंग | 3.50/5 कुल 6 रेटिंग्स |
डेवलपर | https://quotebacks.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Blogger-Peer-Review/quotebacks |
सहायता पृष्ठ URL | https://github.com/Blogger-Peer-Review/quotebacks/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotebacks - quote the web", "description": "Quote the web and manage your snippets.", "version": "1.1.4", "manifest_version": 2, "permissions": [ "storage", "activeTab", "unlimitedStorage", "contextMenus" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "browser_action": { "default_title": "Options" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "options.html", "styles\/styles.css", "images\/allquotes.png", "images\/editicon.svg", "quoteback-internal.js", "readability.js" ], "commands": { "open-popup": { "description": "Capture a quote from the web", "suggested_key": { "mac": "Ctrl+Shift+S", "windows": "Ctrl+Shift+S", "chromeos": "Ctrl+Shift+S", "default": "Ctrl+Shift+S" } }, "alt-open": { "description": "Alternative quote capture for Firefox", "suggested_key": { "mac": "Alt+S", "windows": "Alt+S", "chromeos": "Alt+S", "default": "Alt+S" } } } } |