RecordSeek
Convert any website into a source citation, with virtually no effort.
O que é RecordSeek?
RecordSeek é uma extensão do Chrome desenvolvida por https://recordseek.com, e sua principal característica é "Convert any website into a source citation, with virtually no effort.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RecordSeek
Baixe arquivos de extensão RecordSeek no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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?
Informações Básicas da Extensão
Nome | RecordSeek |
ID | ekdikahbgfofidpjnldofcelffahiefl |
URL Oficial | https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl |
Descrição | Convert any website into a source citation, with virtually no effort. |
Tamanho do Arquivo | 156 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 2.5.3 |
Última Atualização | 2018-02-25 |
Data de Publicação | 2018-02-25 |
Classificação | 4.00/5 Total de 23 Avaliações |
Desenvolvedor | https://recordseek.com |
Tipo de Pagamento | free |
Site da Extensão | http://recordseek.com/ |
URL da Página de Ajuda | https://recordseek.com/contact/ |
Idiomas Suportados | 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" } |