RecordSeek
Convert any website into a source citation, with virtually no effort.
What is RecordSeek?
RecordSeek is a Chrome extension developed by https://recordseek.com, and its main feature is "Convert any website into a source citation, with virtually no effort.".
Extension Screenshots
Download RecordSeek Extension CRX File
Download RecordSeek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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?
Extension Basic Information
Name | RecordSeek |
ID | ekdikahbgfofidpjnldofcelffahiefl |
Official URL | https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl |
Description | Convert any website into a source citation, with virtually no effort. |
File Size | 156 KB |
Installation Count | 10,000 |
Current Version | 2.5.3 |
Last Updated | 2018-02-25 |
Publish Date | 2018-02-25 |
Rating | 4.00/5 Total 23 Ratings |
Developer | https://recordseek.com |
Payment Type | free |
Extension Website | http://recordseek.com/ |
Help Page URL | https://recordseek.com/contact/ |
Supported Languages | 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" } |