Citace PRO
Generates citations of a web page, or any sources listed on the page.
Citace PRO क्या है?
Citace PRO https://www.citace.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates citations of a web page, or any sources listed on the page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Citace PRO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension can generate and save citations. After opening the popup, the extension lists some information about the open web page, generates a citation for it, and lists all found DOI and ISBN sources. The citation can be copied to clipboard or saved into the Citace PRO citation manager system.
एक्सटेंशन की मूल जानकारी
नाम | Citace PRO |
ID | ncpfaidppllikakgbjppnjfidjkpafmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp |
विवरण | Generates citations of a web page, or any sources listed on the page. |
फ़ाइल का आकार | 470 KB |
स्थापना संख्या | 6,453 |
वर्तमान संस्करण | 3.1.4 |
अंतिम अपडेट | 2024-03-01 |
प्रकाशन तिथि | 2014-04-12 |
रेटिंग | 2.22/5 कुल 9 रेटिंग्स |
डेवलपर | https://www.citace.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "description": "__MSG_description__", "author": "Citace.com, s.r.o.", "version": "3.1.4", "permissions": [ "activeTab", "clipboardWrite", "scripting", "storage" ], "default_locale": "cs", "host_permissions": [ "https:\/\/www.citacepro.com\/*" ], "action": { "default_title": "__MSG_title__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "manifest_version": 3 } |