FourteenFish

Quickly add entries to your FourteenFish Portfolio

FourteenFishとは何ですか?

FourteenFishはhttps://www.fourteenfish.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly add entries to your FourteenFish Portfolio」です。

拡張機能のスクリーンショット

screenshot

FourteenFish拡張機能のCRXファイルをダウンロード

FourteenFish拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FourteenFish FourteenFish
ID eibdnbdagdbjnnilmejnknnbblmdiibd
公式URL https://chromewebstore.google.com/detail/fourteenfish/eibdnbdagdbjnnilmejnknnbblmdiibd
説明 Quickly add entries to your FourteenFish Portfolio
ファイルサイズ 36.87 KB
インストール数 1,000
現在のバージョン 1.3
最終更新日 2020-09-26
公開日 2016-11-15
評価 5.00/5 合計 4 レビュー
開発者 https://www.fourteenfish.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fourteenfish.com/about/learningdiary
ヘルプページのURL https://www.fourteenfish.com/support
プライバシーポリシーページのURL https://www.fourteenfish.com/datasecurity
対応言語 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"
    }
}