RecordSeek
Convert any website into a source citation, with virtually no effort.
RecordSeek क्या है?
RecordSeek https://recordseek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any website into a source citation, with virtually no effort."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RecordSeek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Record a website as a source, with virtually no effort. RecordSeek makes it effortless to record your source citations from the web. Did we mention it's free?
एक्सटेंशन की मूल जानकारी
नाम | RecordSeek |
ID | ekdikahbgfofidpjnldofcelffahiefl |
आधिकारिक URL | https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl |
विवरण | Convert any website into a source citation, with virtually no effort. |
फ़ाइल का आकार | 156 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.5.3 |
अंतिम अपडेट | 2018-02-25 |
प्रकाशन तिथि | 2018-02-25 |
रेटिंग | 4.00/5 कुल 23 रेटिंग्स |
डेवलपर | https://recordseek.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://recordseek.com/ |
सहायता पृष्ठ URL | https://recordseek.com/contact/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Dovy Paukstys", "version": "2.5.3", "default_locale": "en", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", "cookies", "storage" ], "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "__MSG_menuAction__" }, "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "chrome_style": true, "page": "html\/options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/browser.js", "lib\/genscrape.min.js", "js\/content.js" ] } ], "web_accessible_resources": [ "js\/*.*" ], "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9gqz7cmIIA97wiWsRN\/GDQioAYij6uWTkdlOoduh\/P\/spO0kXnw\/nH4pXvH2gjy77ewrMU+xO3YvFkW+XrRaQs6UeDQMaKq\/ndlAMSeOU0rlHKB\/z7WM8E36IkbsWrpu1bszpU6+jeHkdzctaMj9PFm+qq+1iTmJTwFF05SAISQIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |