FourteenFish
Quickly add entries to your FourteenFish Portfolio
O que é FourteenFish?
FourteenFish é uma extensão do Chrome desenvolvida por https://www.fourteenfish.com, e sua principal característica é "Quickly add entries to your FourteenFish Portfolio".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FourteenFish
Baixe arquivos de extensão FourteenFish 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
From any web page, just click the extension and you'll be taken to a new entry in your FourteenFish Portfolio with several of the fields already filled in. You can even select some text on the page before clicking the icon to include this text in the Notes box.
Informações Básicas da Extensão
Nome | |
ID | eibdnbdagdbjnnilmejnknnbblmdiibd |
URL Oficial | https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd |
Descrição | Quickly add entries to your FourteenFish Portfolio |
Tamanho do Arquivo | 36.87 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.3 |
Última Atualização | 2020-09-26 |
Data de Publicação | 2016-11-15 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://www.fourteenfish.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.fourteenfish.com/about/learningdiary |
URL da Página de Ajuda | https://www.fourteenfish.com/support |
URL da Página de Política de Privacidade | https://www.fourteenfish.com/datasecurity |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FourteenFish", "description": "Quickly add entries to your FourteenFish Portfolio", "version": "1.3", "browser_action": { "default_icon": { "19": "fourteenfish19.png", "38": "fourteenfish38.png" }, "default_title": "Save a reference to the current web page in your FourteenFish Portfolio as a learning entry." }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "fourteenfish16.png", "32": "fourteenfish32.png", "48": "fourteenfish48.png", "64": "fourteenfish64.png", "128": "fourteenfish128.png", "256": "fourteenfish256.png" } } |