Fohlio Web Clipper

For interior and architecture designers to clip the product information from web to their specification list.

Fohlio Web Clipperとは何ですか?

Fohlio Web Clipperはhttps://www.fohlio.comによって開発されたChromeの拡張機能で、その主な機能は「For interior and architecture designers to clip the product information from web to their specification list.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Use Fohlio Web Clipper to click and collect product information with ease.

When browsing a webpage,  interior designers can use a simple click action to add product information to their specification list via Fohlio Web Clipper. 

It is a much easier way than manually copying and pasting to gather product information ( such as text, images and files) 

Fohlio Browser Extension is for http://www.fohlio.com/ user only. It is ad free!

Get in touch with us via [email protected]                    

拡張機能の基本情報

名前 Fohlio Web Clipper Fohlio Web Clipper
ID pkheafpccjdmpppcifdkccnllpclbonk
公式URL https://chromewebstore.google.com/detail/fohlio-web-clipper/pkheafpccjdmpppcifdkccnllpclbonk
説明 For interior and architecture designers to clip the product information from web to their specification list.
ファイルサイズ 931 KB
インストール数 3,172
現在のバージョン 2.8.22
最終更新日 2024-02-29
公開日 2020-05-28
評価 4.79/5 合計 43 レビュー
開発者 https://www.fohlio.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fohlio.com
ヘルプページのURL http://learn.fohlio.com/fohlio-web-clipper-tutorial/
プライバシーポリシーページのURL https://www.fohlio.com/blog/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fohlio Web Clipper",
    "short_name": "Fohlio Plugin",
    "description": "For interior and architecture designers to clip the product information from web to their specification list.",
    "version": "2.8.22",
    "author": "Fohlio Inc",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/browser-polyfill.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_title": "Smart extraction of product specification for your design project",
        "default_icon": {
            "16": "images\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/app.css"
            ],
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "plugin.html",
        "scripts\/app.js",
        "scripts\/browser-polyfill.js"
    ]
}