FourteenFish

Quickly add entries to your FourteenFish Portfolio

Cos'è FourteenFish?

FourteenFish è un'estensione di Chrome sviluppata da https://www.fourteenfish.com, e la sua funzione principale è "Quickly add entries to your FourteenFish Portfolio".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FourteenFish

Scarica i file di estensione FourteenFish in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FourteenFish FourteenFish
ID eibdnbdagdbjnnilmejnknnbblmdiibd
URL Ufficiale https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd
Descrizione Quickly add entries to your FourteenFish Portfolio
Dimensione del File 36.87 KB
Conteggio Installazioni 1,000
Versione Corrente 1.3
Ultimo Aggiornamento 2020-09-26
Data di Pubblicazione 2016-11-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.fourteenfish.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fourteenfish.com/about/learningdiary
URL della Pagina di Aiuto https://www.fourteenfish.com/support
URL della Pagina della Politica sulla Privacy https://www.fourteenfish.com/datasecurity
Lingue Supportate 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"
    }
}