FourteenFish

Quickly add entries to your FourteenFish Portfolio

Wat is FourteenFish?

FourteenFish is een Chrome-extensie ontwikkeld door https://www.fourteenfish.com, en de belangrijkste functie is "Quickly add entries to your FourteenFish Portfolio".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FourteenFish

Download FourteenFish-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FourteenFish FourteenFish
ID eibdnbdagdbjnnilmejnknnbblmdiibd
Officiële URL https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd
Beschrijving Quickly add entries to your FourteenFish Portfolio
Bestandsgrootte 36.87 KB
Aantal Installaties 1,000
Huidige Versie 1.3
Laatst Bijgewerkt 2020-09-26
Publicatiedatum 2016-11-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.fourteenfish.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.fourteenfish.com/about/learningdiary
Help Pagina-URL https://www.fourteenfish.com/support
URL van de Privacybeleid Pagina https://www.fourteenfish.com/datasecurity
Ondersteunde Talen 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"
    }
}