RecordSeek
Convert any website into a source citation, with virtually no effort.
什么是RecordSeek?
RecordSeek是由https://recordseek.com开发的Chrome扩展程序,该扩展的主要功能是“Convert any website into a source citation, with virtually no effort.”。
扩展截图
下载RecordSeek扩展crx文件
下载RecordSeek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |